pub enum MFGType {
LasryLions,
MFGControl,
ExtendedMFG,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MFGType
impl RefUnwindSafe for MFGType
impl Send for MFGType
impl Sync for MFGType
impl Unpin for MFGType
impl UnsafeUnpin for MFGType
impl UnwindSafe for MFGType
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