pub struct MasterUnit { /* private fields */ }Trait Implementations§
Source§impl Clone for MasterUnit
impl Clone for MasterUnit
Source§fn clone(&self) -> MasterUnit
fn clone(&self) -> MasterUnit
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 MasterUnit
impl Debug for MasterUnit
Source§impl<'de> Deserialize<'de> for MasterUnit
impl<'de> Deserialize<'de> for MasterUnit
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for MasterUnit
impl PartialEq for MasterUnit
impl StructuralPartialEq for MasterUnit
Auto Trait Implementations§
impl Freeze for MasterUnit
impl RefUnwindSafe for MasterUnit
impl Send for MasterUnit
impl Sync for MasterUnit
impl Unpin for MasterUnit
impl UnwindSafe for MasterUnit
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