pub struct CurrentUnit;Trait Implementations§
Source§impl Clone for CurrentUnit
impl Clone for CurrentUnit
Source§fn clone(&self) -> CurrentUnit
fn clone(&self) -> CurrentUnit
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CurrentUnit
impl Debug for CurrentUnit
Source§impl PartialEq for CurrentUnit
impl PartialEq for CurrentUnit
impl Copy for CurrentUnit
impl Eq for CurrentUnit
impl StructuralPartialEq for CurrentUnit
Auto Trait Implementations§
impl Freeze for CurrentUnit
impl RefUnwindSafe for CurrentUnit
impl Send for CurrentUnit
impl Sync for CurrentUnit
impl Unpin for CurrentUnit
impl UnwindSafe for CurrentUnit
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