pub struct ImplicitField {
pub field_index: u8,
pub value: i64,
}Expand description
Implicit default for one encoding field.
Fields§
§field_index: u8Index into EncodingSpec::fields.
value: i64Default value to apply.
Trait Implementations§
Source§impl Clone for ImplicitField
impl Clone for ImplicitField
Source§fn clone(&self) -> ImplicitField
fn clone(&self) -> ImplicitField
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 ImplicitField
impl Debug for ImplicitField
Source§impl PartialEq for ImplicitField
impl PartialEq for ImplicitField
impl Copy for ImplicitField
impl Eq for ImplicitField
impl StructuralPartialEq for ImplicitField
Auto Trait Implementations§
impl Freeze for ImplicitField
impl RefUnwindSafe for ImplicitField
impl Send for ImplicitField
impl Sync for ImplicitField
impl Unpin for ImplicitField
impl UnsafeUnpin for ImplicitField
impl UnwindSafe for ImplicitField
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