Struct nuts_container::OpenOptions
source · pub struct OpenOptions { /* private fields */ }
Expand description
Options used to open a container.
Use the OpenOptionsBuilder
utility to create a OpenOptions
instance.
Auto Trait Implementations§
impl !RefUnwindSafe for OpenOptions
impl !Send for OpenOptions
impl !Sync for OpenOptions
impl Unpin for OpenOptions
impl !UnwindSafe for OpenOptions
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