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