pub struct C537 {
pub _010: _4219,
pub _020: Option<_1131>,
pub _030: Option<_3055>,
}Expand description
C537 - TRANSPORT PRIORITY
To indicate the priority of requested transport service.
Fields§
§_010: _4219§_020: Option<_1131>§_030: Option<_3055>Trait Implementations§
Source§impl<'de> Deserialize<'de> for C537
impl<'de> Deserialize<'de> for C537
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
Auto Trait Implementations§
impl Freeze for C537
impl RefUnwindSafe for C537
impl Send for C537
impl Sync for C537
impl Unpin for C537
impl UnwindSafe for C537
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