#[repr(C)]pub struct dstr { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for dstr
impl RefUnwindSafe for dstr
impl Send for dstr
impl Sync for dstr
impl Unpin for dstr
impl UnwindSafe for dstr
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