pub struct AssignmentUnit;Expand description
AssignmentUnit (745).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AssignmentUnit
impl RefUnwindSafe for AssignmentUnit
impl Send for AssignmentUnit
impl Sync for AssignmentUnit
impl Unpin for AssignmentUnit
impl UnsafeUnpin for AssignmentUnit
impl UnwindSafe for AssignmentUnit
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