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