pub struct DESC;Trait Implementations§
impl Copy for DESC
Auto Trait Implementations§
impl Freeze for DESC
impl RefUnwindSafe for DESC
impl Send for DESC
impl Sync for DESC
impl Unpin for DESC
impl UnwindSafe for DESC
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