pub struct SchemaFieldId(pub String);Tuple Fields§
§0: StringTrait Implementations§
Source§impl Clone for SchemaFieldId
impl Clone for SchemaFieldId
Source§fn clone(&self) -> SchemaFieldId
fn clone(&self) -> SchemaFieldId
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 SchemaFieldId
impl Debug for SchemaFieldId
Source§impl Display for SchemaFieldId
impl Display for SchemaFieldId
Source§impl Hash for SchemaFieldId
impl Hash for SchemaFieldId
Source§impl Ord for SchemaFieldId
impl Ord for SchemaFieldId
Source§fn cmp(&self, other: &SchemaFieldId) -> Ordering
fn cmp(&self, other: &SchemaFieldId) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SchemaFieldId
impl PartialEq for SchemaFieldId
Source§impl PartialOrd for SchemaFieldId
impl PartialOrd for SchemaFieldId
impl Eq for SchemaFieldId
impl StructuralPartialEq for SchemaFieldId
Auto Trait Implementations§
impl Freeze for SchemaFieldId
impl RefUnwindSafe for SchemaFieldId
impl Send for SchemaFieldId
impl Sync for SchemaFieldId
impl Unpin for SchemaFieldId
impl UnwindSafe for SchemaFieldId
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