pub enum ValveMode {
OneWay,
Overflow,
TopUp,
}Expand description
Defines the mode of operation for a ValvePrototype.
Variants§
Implementations§
Trait Implementations§
impl Copy for ValveMode
impl Eq for ValveMode
impl StructuralPartialEq for ValveMode
Auto Trait Implementations§
impl Freeze for ValveMode
impl RefUnwindSafe for ValveMode
impl Send for ValveMode
impl Sync for ValveMode
impl Unpin for ValveMode
impl UnsafeUnpin for ValveMode
impl UnwindSafe for ValveMode
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