pub struct BSTSingletonSDMBase<T, A> {
pub traits: BSTSDMTraits<T, A>,
pub allocator: A,
}
Fields§
§traits: BSTSDMTraits<T, A>
§allocator: A
Auto Trait Implementations§
impl<T, A> Freeze for BSTSingletonSDMBase<T, A>where
A: Freeze,
impl<T, A> RefUnwindSafe for BSTSingletonSDMBase<T, A>where
A: RefUnwindSafe,
T: RefUnwindSafe,
impl<T, A> Send for BSTSingletonSDMBase<T, A>
impl<T, A> Sync for BSTSingletonSDMBase<T, A>
impl<T, A> Unpin for BSTSingletonSDMBase<T, A>
impl<T, A> UnwindSafe for BSTSingletonSDMBase<T, A>where
A: UnwindSafe,
T: 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