pub enum KnockType {
In,
Out,
}Expand description
Knock-in options come alive when the barrier is touched; knock-out options die.
Variants§
Trait Implementations§
impl Copy for KnockType
impl Eq for KnockType
impl StructuralPartialEq for KnockType
Auto Trait Implementations§
impl Freeze for KnockType
impl RefUnwindSafe for KnockType
impl Send for KnockType
impl Sync for KnockType
impl Unpin for KnockType
impl UnsafeUnpin for KnockType
impl UnwindSafe for KnockType
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