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