Struct sip2::FixedField
source · pub struct FixedField { /* private fields */ }
Expand description
Fixed field with spec and value.
Since fixed fields have specific length requirements, a well-known spec::FixedField is required
Implementations§
Trait Implementations§
source§impl Debug for FixedField
impl Debug for FixedField
source§impl PartialEq for FixedField
impl PartialEq for FixedField
impl StructuralPartialEq for FixedField
Auto Trait Implementations§
impl Freeze for FixedField
impl RefUnwindSafe for FixedField
impl Send for FixedField
impl Sync for FixedField
impl Unpin for FixedField
impl UnwindSafe for FixedField
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