pub struct PrimitiveFieldDesc {
pub type_code: u8,
pub field_name: String,
}Expand description
Primitive field descriptor.
Fields§
§type_code: u8§field_name: StringTrait Implementations§
Source§impl Clone for PrimitiveFieldDesc
impl Clone for PrimitiveFieldDesc
Source§fn clone(&self) -> PrimitiveFieldDesc
fn clone(&self) -> PrimitiveFieldDesc
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 moreAuto Trait Implementations§
impl Freeze for PrimitiveFieldDesc
impl RefUnwindSafe for PrimitiveFieldDesc
impl Send for PrimitiveFieldDesc
impl Sync for PrimitiveFieldDesc
impl Unpin for PrimitiveFieldDesc
impl UnsafeUnpin for PrimitiveFieldDesc
impl UnwindSafe for PrimitiveFieldDesc
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