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