pub struct InterchangeControlTrailer {
pub number_of_included_functional_groups: Numeric<0>,
pub interchange_control_number: Numeric<0>,
}Fields§
§number_of_included_functional_groups: Numeric<0>§interchange_control_number: Numeric<0>Trait Implementations§
Source§impl Clone for InterchangeControlTrailer
impl Clone for InterchangeControlTrailer
Source§fn clone(&self) -> InterchangeControlTrailer
fn clone(&self) -> InterchangeControlTrailer
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 InterchangeControlTrailer
impl Debug for InterchangeControlTrailer
Source§impl<'de> Deserialize<'de> for InterchangeControlTrailer
impl<'de> Deserialize<'de> for InterchangeControlTrailer
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 StructuralPartialEq for InterchangeControlTrailer
Auto Trait Implementations§
impl Freeze for InterchangeControlTrailer
impl RefUnwindSafe for InterchangeControlTrailer
impl Send for InterchangeControlTrailer
impl Sync for InterchangeControlTrailer
impl Unpin for InterchangeControlTrailer
impl UnwindSafe for InterchangeControlTrailer
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