pub struct FacilityMaintenanceRawResp {
pub value: Vec<FacilityLink>,
}
Fields§
§value: Vec<FacilityLink>
Trait Implementations§
source§impl Clone for FacilityMaintenanceRawResp
impl Clone for FacilityMaintenanceRawResp
source§fn clone(&self) -> FacilityMaintenanceRawResp
fn clone(&self) -> FacilityMaintenanceRawResp
Returns a copy 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 FacilityMaintenanceRawResp
impl Debug for FacilityMaintenanceRawResp
source§impl<'de> Deserialize<'de> for FacilityMaintenanceRawResp
impl<'de> Deserialize<'de> for FacilityMaintenanceRawResp
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<FacilityMaintenanceRawResp> for Vec<String>
impl From<FacilityMaintenanceRawResp> for Vec<String>
source§fn from(data: FacilityMaintenanceRawResp) -> Self
fn from(data: FacilityMaintenanceRawResp) -> Self
Converts to this type from the input type.
source§impl PartialEq for FacilityMaintenanceRawResp
impl PartialEq for FacilityMaintenanceRawResp
source§fn eq(&self, other: &FacilityMaintenanceRawResp) -> bool
fn eq(&self, other: &FacilityMaintenanceRawResp) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for FacilityMaintenanceRawResp
Auto Trait Implementations§
impl RefUnwindSafe for FacilityMaintenanceRawResp
impl Send for FacilityMaintenanceRawResp
impl Sync for FacilityMaintenanceRawResp
impl Unpin for FacilityMaintenanceRawResp
impl UnwindSafe for FacilityMaintenanceRawResp
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