pub struct DopplegangerUnitType(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Clone for DopplegangerUnitType
impl Clone for DopplegangerUnitType
Source§fn clone(&self) -> DopplegangerUnitType
fn clone(&self) -> DopplegangerUnitType
Returns a copy 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 DopplegangerUnitType
impl Debug for DopplegangerUnitType
Source§impl Default for DopplegangerUnitType
impl Default for DopplegangerUnitType
Source§fn default() -> DopplegangerUnitType
fn default() -> DopplegangerUnitType
Returns the “default value” for a type. Read more
Source§impl From<DopplegangerUnitType> for UnitType
impl From<DopplegangerUnitType> for UnitType
Source§fn from(v: DopplegangerUnitType) -> Self
fn from(v: DopplegangerUnitType) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for DopplegangerUnitType
impl RefUnwindSafe for DopplegangerUnitType
impl Send for DopplegangerUnitType
impl Sync for DopplegangerUnitType
impl Unpin for DopplegangerUnitType
impl UnwindSafe for DopplegangerUnitType
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