pub struct SshdAllocator;Trait Implementations§
Source§impl GlobalAlloc for SshdAllocator
impl GlobalAlloc for SshdAllocator
Auto Trait Implementations§
impl Freeze for SshdAllocator
impl RefUnwindSafe for SshdAllocator
impl Send for SshdAllocator
impl Sync for SshdAllocator
impl Unpin for SshdAllocator
impl UnsafeUnpin for SshdAllocator
impl UnwindSafe for SshdAllocator
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