Struct generic_btree::Child
source · pub struct Child<B: ?Sized + BTreeTrait> {
pub cache: B::Cache,
/* private fields */
}Fields§
§cache: B::CacheImplementations§
Trait Implementations§
source§impl<B: BTreeTrait> Clone for Child<B>
impl<B: BTreeTrait> Clone for Child<B>
Auto Trait Implementations§
impl<B: ?Sized> RefUnwindSafe for Child<B>where <B as BTreeTrait>::Cache: RefUnwindSafe,
impl<B: ?Sized> Send for Child<B>where <B as BTreeTrait>::Cache: Send,
impl<B: ?Sized> Sync for Child<B>where <B as BTreeTrait>::Cache: Sync,
impl<B: ?Sized> Unpin for Child<B>where <B as BTreeTrait>::Cache: Unpin,
impl<B: ?Sized> UnwindSafe for Child<B>where <B as BTreeTrait>::Cache: UnwindSafe,
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