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