pub struct CommandField {
pub tag: u32,
pub name: &'static str,
pub kind: FieldKind,
pub optional: bool,
pub nullable: bool,
}Fields§
§tag: u32§name: &'static str§kind: FieldKind§optional: bool§nullable: boolTrait Implementations§
Source§impl Clone for CommandField
impl Clone for CommandField
Source§fn clone(&self) -> CommandField
fn clone(&self) -> CommandField
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 CommandField
impl Debug for CommandField
Auto Trait Implementations§
impl Freeze for CommandField
impl RefUnwindSafe for CommandField
impl Send for CommandField
impl Sync for CommandField
impl Unpin for CommandField
impl UnwindSafe for CommandField
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