pub struct IobOptions;
Trait Implementations§
Source§impl Default for IobOptions
impl Default for IobOptions
Source§fn default() -> IobOptions
fn default() -> IobOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for IobOptions
impl RefUnwindSafe for IobOptions
impl Send for IobOptions
impl Sync for IobOptions
impl Unpin for IobOptions
impl UnwindSafe for IobOptions
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