pub struct BSTSDMTraits<Type, Allocator> { /* private fields */ }
Auto Trait Implementations§
impl<Type, Allocator> Freeze for BSTSDMTraits<Type, Allocator>
impl<Type, Allocator> RefUnwindSafe for BSTSDMTraits<Type, Allocator>where
Type: RefUnwindSafe,
Allocator: RefUnwindSafe,
impl<Type, Allocator> Send for BSTSDMTraits<Type, Allocator>
impl<Type, Allocator> Sync for BSTSDMTraits<Type, Allocator>
impl<Type, Allocator> Unpin for BSTSDMTraits<Type, Allocator>
impl<Type, Allocator> UnwindSafe for BSTSDMTraits<Type, Allocator>where
Type: UnwindSafe,
Allocator: 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