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