pub struct FieldHeader {
pub name: String,
pub field_type: FieldType,
pub field_length: u8,
pub decimal_count: u8,
}
Fields§
§name: String
§field_type: FieldType
§field_length: u8
§decimal_count: u8
Trait Implementations§
Source§impl Clone for FieldHeader
impl Clone for FieldHeader
Source§fn clone(&self) -> FieldHeader
fn clone(&self) -> FieldHeader
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for FieldHeader
impl RefUnwindSafe for FieldHeader
impl Send for FieldHeader
impl Sync for FieldHeader
impl Unpin for FieldHeader
impl UnwindSafe for FieldHeader
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