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