pub enum DynOutput {
PushPull,
Readable,
}
Expand description
Value-level enum
for output configurations
Variants§
Trait Implementations§
impl Copy for DynOutput
impl Eq for DynOutput
impl StructuralPartialEq for DynOutput
Auto Trait Implementations§
impl Freeze for DynOutput
impl RefUnwindSafe for DynOutput
impl Send for DynOutput
impl Sync for DynOutput
impl Unpin for DynOutput
impl UnwindSafe for DynOutput
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