pub struct EnableSource { /* private fields */ }Expand description
The pump’s view of the enable switch.
Construct one per pump; there is only one pump.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EnableSource
impl !RefUnwindSafe for EnableSource
impl Send for EnableSource
impl Sync for EnableSource
impl Unpin for EnableSource
impl !UnwindSafe for EnableSource
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more