pub struct ScheduleComponentsEntity {
pub components: Option<HashMap<String, Option<RevisionDto>>>,
pub disconnected_node_acknowledged: Option<bool>,
pub id: Option<String>,
pub state: Option<String>,
}Fields§
§components: Option<HashMap<String, Option<RevisionDto>>>§disconnected_node_acknowledged: Option<bool>§id: Option<String>§state: Option<String>Trait Implementations§
Source§impl Clone for ScheduleComponentsEntity
impl Clone for ScheduleComponentsEntity
Source§fn clone(&self) -> ScheduleComponentsEntity
fn clone(&self) -> ScheduleComponentsEntity
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 ScheduleComponentsEntity
impl Debug for ScheduleComponentsEntity
Source§impl Default for ScheduleComponentsEntity
impl Default for ScheduleComponentsEntity
Source§fn default() -> ScheduleComponentsEntity
fn default() -> ScheduleComponentsEntity
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ScheduleComponentsEntity
impl<'de> Deserialize<'de> for ScheduleComponentsEntity
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 From<ScheduleComponentsEntity> for ScheduleComponentsEntity
impl From<ScheduleComponentsEntity> for ScheduleComponentsEntity
Source§fn from(v: ScheduleComponentsEntity) -> Self
fn from(v: ScheduleComponentsEntity) -> Self
Converts to this type from the input type.
Source§impl From<ScheduleComponentsEntity> for ScheduleComponentsEntity
impl From<ScheduleComponentsEntity> for ScheduleComponentsEntity
Source§fn from(v: ScheduleComponentsEntity) -> Self
fn from(v: ScheduleComponentsEntity) -> Self
Converts to this type from the input type.
Source§impl From<ScheduleComponentsEntity> for ScheduleComponentsEntity
impl From<ScheduleComponentsEntity> for ScheduleComponentsEntity
Source§fn from(v: ScheduleComponentsEntity) -> Self
fn from(v: ScheduleComponentsEntity) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ScheduleComponentsEntity
impl RefUnwindSafe for ScheduleComponentsEntity
impl Send for ScheduleComponentsEntity
impl Sync for ScheduleComponentsEntity
impl Unpin for ScheduleComponentsEntity
impl UnsafeUnpin for ScheduleComponentsEntity
impl UnwindSafe for ScheduleComponentsEntity
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