pub struct ConstructField {
pub name: String,
pub kind: String,
pub required: bool,
}Fields§
§name: String§kind: String§required: boolTrait Implementations§
Source§impl Clone for ConstructField
impl Clone for ConstructField
Source§fn clone(&self) -> ConstructField
fn clone(&self) -> ConstructField
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ConstructField
impl Debug for ConstructField
impl Eq for ConstructField
Source§impl PartialEq for ConstructField
impl PartialEq for ConstructField
Source§fn eq(&self, other: &ConstructField) -> bool
fn eq(&self, other: &ConstructField) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ConstructField
Auto Trait Implementations§
impl Freeze for ConstructField
impl RefUnwindSafe for ConstructField
impl Send for ConstructField
impl Sync for ConstructField
impl Unpin for ConstructField
impl UnsafeUnpin for ConstructField
impl UnwindSafe for ConstructField
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