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