pub struct BSTMap<T, U> {
pub unk_opaque: [u8; 32],
/* private fields */
}
Fields§
§unk_opaque: [u8; 32]
dummy
Trait Implementations§
Auto Trait Implementations§
impl<T, U> Freeze for BSTMap<T, U>
impl<T, U> RefUnwindSafe for BSTMap<T, U>where
T: RefUnwindSafe,
U: RefUnwindSafe,
impl<T, U> Send for BSTMap<T, U>
impl<T, U> Sync for BSTMap<T, U>
impl<T, U> Unpin for BSTMap<T, U>
impl<T, U> UnwindSafe for BSTMap<T, U>where
T: UnwindSafe,
U: 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