pub struct WorkcellConfiguration {
pub time: Time,
pub guid: String,
pub type_: String,
pub assets: Vec<Asset>,
pub traits: Vec<Trait>,
}Fields§
§time: Time§guid: String§type_: String§assets: Vec<Asset>§traits: Vec<Trait>Trait Implementations§
Source§impl Clone for WorkcellConfiguration
impl Clone for WorkcellConfiguration
Source§fn clone(&self) -> WorkcellConfiguration
fn clone(&self) -> WorkcellConfiguration
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 WorkcellConfiguration
impl Debug for WorkcellConfiguration
Source§impl Default for WorkcellConfiguration
impl Default for WorkcellConfiguration
Source§impl<'de> Deserialize<'de> for WorkcellConfiguration
impl<'de> Deserialize<'de> for WorkcellConfiguration
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 WorkcellConfiguration
impl PartialEq for WorkcellConfiguration
Source§impl Serialize for WorkcellConfiguration
impl Serialize for WorkcellConfiguration
impl Message for WorkcellConfiguration
impl StructuralPartialEq for WorkcellConfiguration
Auto Trait Implementations§
impl Freeze for WorkcellConfiguration
impl RefUnwindSafe for WorkcellConfiguration
impl Send for WorkcellConfiguration
impl Sync for WorkcellConfiguration
impl Unpin for WorkcellConfiguration
impl UnwindSafe for WorkcellConfiguration
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