pub struct CollectionOptions {
pub btree_order: Option<usize>,
}Fields§
§btree_order: Option<usize>Trait Implementations§
Source§impl Clone for CollectionOptions
impl Clone for CollectionOptions
Source§fn clone(&self) -> CollectionOptions
fn clone(&self) -> CollectionOptions
Returns a duplicate of the value. Read more
1.0.0 · 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 CollectionOptions
impl Debug for CollectionOptions
Source§impl Default for CollectionOptions
impl Default for CollectionOptions
Source§fn default() -> CollectionOptions
fn default() -> CollectionOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CollectionOptions
impl RefUnwindSafe for CollectionOptions
impl Send for CollectionOptions
impl Sync for CollectionOptions
impl Unpin for CollectionOptions
impl UnsafeUnpin for CollectionOptions
impl UnwindSafe for CollectionOptions
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