pub enum PadmetSection {
Default,
Policy,
DatabaseInformation,
Nodes,
Relations,
}Variants§
Trait Implementations§
Source§impl PartialEq for PadmetSection
impl PartialEq for PadmetSection
impl StructuralPartialEq for PadmetSection
Auto Trait Implementations§
impl Freeze for PadmetSection
impl RefUnwindSafe for PadmetSection
impl Send for PadmetSection
impl Sync for PadmetSection
impl Unpin for PadmetSection
impl UnwindSafe for PadmetSection
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more