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