pub struct ActivateControllerServicesEntity {
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 ActivateControllerServicesEntity
impl Clone for ActivateControllerServicesEntity
Source§fn clone(&self) -> ActivateControllerServicesEntity
fn clone(&self) -> ActivateControllerServicesEntity
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 Default for ActivateControllerServicesEntity
impl Default for ActivateControllerServicesEntity
Source§fn default() -> ActivateControllerServicesEntity
fn default() -> ActivateControllerServicesEntity
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ActivateControllerServicesEntity
impl<'de> Deserialize<'de> for ActivateControllerServicesEntity
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<ActivateControllerServicesEntity> for ActivateControllerServicesEntity
impl From<ActivateControllerServicesEntity> for ActivateControllerServicesEntity
Source§fn from(v: ActivateControllerServicesEntity) -> Self
fn from(v: ActivateControllerServicesEntity) -> Self
Converts to this type from the input type.
Source§impl From<ActivateControllerServicesEntity> for ActivateControllerServicesEntity
impl From<ActivateControllerServicesEntity> for ActivateControllerServicesEntity
Source§fn from(v: ActivateControllerServicesEntity) -> Self
fn from(v: ActivateControllerServicesEntity) -> Self
Converts to this type from the input type.
Source§impl From<ActivateControllerServicesEntity> for ActivateControllerServicesEntity
impl From<ActivateControllerServicesEntity> for ActivateControllerServicesEntity
Source§fn from(v: ActivateControllerServicesEntity) -> Self
fn from(v: ActivateControllerServicesEntity) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ActivateControllerServicesEntity
impl RefUnwindSafe for ActivateControllerServicesEntity
impl Send for ActivateControllerServicesEntity
impl Sync for ActivateControllerServicesEntity
impl Unpin for ActivateControllerServicesEntity
impl UnsafeUnpin for ActivateControllerServicesEntity
impl UnwindSafe for ActivateControllerServicesEntity
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