pub enum CoilDropFunction {
On,
Off,
Toggle,
}Expand description
Action to perform when the ScopedCoil is dropped.
Variants§
Auto Trait Implementations§
impl Freeze for CoilDropFunction
impl RefUnwindSafe for CoilDropFunction
impl Send for CoilDropFunction
impl Sync for CoilDropFunction
impl Unpin for CoilDropFunction
impl UnsafeUnpin for CoilDropFunction
impl UnwindSafe for CoilDropFunction
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