pub struct OpenOpts { /* private fields */ }
Implementations§
Trait Implementations§
impl Copy for OpenOpts
Auto Trait Implementations§
impl Freeze for OpenOpts
impl RefUnwindSafe for OpenOpts
impl Send for OpenOpts
impl Sync for OpenOpts
impl Unpin for OpenOpts
impl UnwindSafe for OpenOpts
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