pub struct EscData {
pub header: Header,
pub esc: Vec<EscStatusIndividual>,
}
Fields§
§header: Header
§esc: Vec<EscStatusIndividual>
Trait Implementations§
Source§impl<'de> Deserialize<'de> for EscData
impl<'de> Deserialize<'de> for EscData
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
impl Message for EscData
impl StructuralPartialEq for EscData
Auto Trait Implementations§
impl Freeze for EscData
impl RefUnwindSafe for EscData
impl Send for EscData
impl Sync for EscData
impl Unpin for EscData
impl UnwindSafe for EscData
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