pub struct CreateWritableOptions {
pub keep_existing_data: bool,
}Fields§
§keep_existing_data: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for CreateWritableOptions
impl RefUnwindSafe for CreateWritableOptions
impl Send for CreateWritableOptions
impl Sync for CreateWritableOptions
impl Unpin for CreateWritableOptions
impl UnsafeUnpin for CreateWritableOptions
impl UnwindSafe for CreateWritableOptions
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