pub struct WriteTreeOptions {
pub missing_ok: bool,
pub prefix: Option<Vec<u8>>,
}Fields§
§missing_ok: bool§prefix: Option<Vec<u8>>Trait Implementations§
Source§impl Clone for WriteTreeOptions
impl Clone for WriteTreeOptions
Source§fn clone(&self) -> WriteTreeOptions
fn clone(&self) -> WriteTreeOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for WriteTreeOptions
impl Debug for WriteTreeOptions
Source§impl Default for WriteTreeOptions
impl Default for WriteTreeOptions
Source§fn default() -> WriteTreeOptions
fn default() -> WriteTreeOptions
Returns the “default value” for a type. Read more
impl Eq for WriteTreeOptions
Source§impl PartialEq for WriteTreeOptions
impl PartialEq for WriteTreeOptions
Source§fn eq(&self, other: &WriteTreeOptions) -> bool
fn eq(&self, other: &WriteTreeOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for WriteTreeOptions
Auto Trait Implementations§
impl Freeze for WriteTreeOptions
impl RefUnwindSafe for WriteTreeOptions
impl Send for WriteTreeOptions
impl Sync for WriteTreeOptions
impl Unpin for WriteTreeOptions
impl UnsafeUnpin for WriteTreeOptions
impl UnwindSafe for WriteTreeOptions
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