pub enum FwCfgItemType {
GenericItem,
ArchSpecificItem,
FileDir,
Signature,
RevisionVector,
}Variants§
Implementations§
Trait Implementations§
Source§impl PartialEq for FwCfgItemType
impl PartialEq for FwCfgItemType
impl StructuralPartialEq for FwCfgItemType
Auto Trait Implementations§
impl Freeze for FwCfgItemType
impl RefUnwindSafe for FwCfgItemType
impl Send for FwCfgItemType
impl Sync for FwCfgItemType
impl Unpin for FwCfgItemType
impl UnwindSafe for FwCfgItemType
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