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