pub enum PlugType {
Unknown,
TypeA,
TypeB,
TypeC,
Captive,
}Variants§
Trait Implementations§
impl Copy for PlugType
impl Eq for PlugType
impl StructuralPartialEq for PlugType
Auto Trait Implementations§
impl Freeze for PlugType
impl RefUnwindSafe for PlugType
impl Send for PlugType
impl Sync for PlugType
impl Unpin for PlugType
impl UnwindSafe for PlugType
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