pub enum IobDiscipline {
None,
}
Variants§
None
Trait Implementations§
Source§impl Clone for IobDiscipline
impl Clone for IobDiscipline
Source§fn clone(&self) -> IobDiscipline
fn clone(&self) -> IobDiscipline
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for IobDiscipline
Auto Trait Implementations§
impl Freeze for IobDiscipline
impl RefUnwindSafe for IobDiscipline
impl Send for IobDiscipline
impl Sync for IobDiscipline
impl Unpin for IobDiscipline
impl UnwindSafe for IobDiscipline
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