pub struct LabRomType { /* private fields */ }Trait Implementations§
Source§impl Debug for LabRomType
impl Debug for LabRomType
Source§impl<'de> Deserialize<'de> for LabRomType
impl<'de> Deserialize<'de> for LabRomType
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
Auto Trait Implementations§
impl Freeze for LabRomType
impl RefUnwindSafe for LabRomType
impl Send for LabRomType
impl Sync for LabRomType
impl Unpin for LabRomType
impl UnwindSafe for LabRomType
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