pub struct DerivativeEncodedIssuerLenField(pub FIXInt);Expand description
DerivativeEncodedIssuerLenField is a LENGTH field, Tag 1277.
Tuple Fields§
§0: FIXIntImplementations§
Trait Implementations§
impl FieldValue for DerivativeEncodedIssuerLenField
Auto Trait Implementations§
impl Freeze for DerivativeEncodedIssuerLenField
impl RefUnwindSafe for DerivativeEncodedIssuerLenField
impl Send for DerivativeEncodedIssuerLenField
impl Sync for DerivativeEncodedIssuerLenField
impl Unpin for DerivativeEncodedIssuerLenField
impl UnsafeUnpin for DerivativeEncodedIssuerLenField
impl UnwindSafe for DerivativeEncodedIssuerLenField
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