pub struct LabFragment {
pub resource: Resource,
pub properties: Option<LabPropertiesFragment>,
}Expand description
A lab.
Fields§
§resource: Resource§properties: Option<LabPropertiesFragment>Properties of a lab.
Implementations§
Source§impl LabFragment
impl LabFragment
Trait Implementations§
Source§impl Clone for LabFragment
impl Clone for LabFragment
Source§fn clone(&self) -> LabFragment
fn clone(&self) -> LabFragment
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 LabFragment
impl Debug for LabFragment
Source§impl Default for LabFragment
impl Default for LabFragment
Source§fn default() -> LabFragment
fn default() -> LabFragment
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LabFragment
impl<'de> Deserialize<'de> for LabFragment
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 LabFragment
impl PartialEq for LabFragment
Source§fn eq(&self, other: &LabFragment) -> bool
fn eq(&self, other: &LabFragment) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for LabFragment
impl Serialize for LabFragment
impl StructuralPartialEq for LabFragment
Auto Trait Implementations§
impl Freeze for LabFragment
impl RefUnwindSafe for LabFragment
impl Send for LabFragment
impl Sync for LabFragment
impl Unpin for LabFragment
impl UnsafeUnpin for LabFragment
impl UnwindSafe for LabFragment
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