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