pub struct ModifyOptions { /* private fields */ }
Expand description
Options used to modify a container.
Use the ModifyOptionsBuilder
utility to create a ModifyOptions
instance.
Auto Trait Implementations§
impl Freeze for ModifyOptions
impl !RefUnwindSafe for ModifyOptions
impl !Send for ModifyOptions
impl !Sync for ModifyOptions
impl Unpin for ModifyOptions
impl !UnwindSafe for ModifyOptions
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