pub struct SchemaIndexId(pub String);Tuple Fields§
§0: StringTrait Implementations§
Source§impl Clone for SchemaIndexId
impl Clone for SchemaIndexId
Source§fn clone(&self) -> SchemaIndexId
fn clone(&self) -> SchemaIndexId
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 SchemaIndexId
impl Debug for SchemaIndexId
Source§impl Display for SchemaIndexId
impl Display for SchemaIndexId
Source§impl Hash for SchemaIndexId
impl Hash for SchemaIndexId
Source§impl Ord for SchemaIndexId
impl Ord for SchemaIndexId
Source§fn cmp(&self, other: &SchemaIndexId) -> Ordering
fn cmp(&self, other: &SchemaIndexId) -> 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 SchemaIndexId
impl PartialEq for SchemaIndexId
Source§impl PartialOrd for SchemaIndexId
impl PartialOrd for SchemaIndexId
impl Eq for SchemaIndexId
impl StructuralPartialEq for SchemaIndexId
Auto Trait Implementations§
impl Freeze for SchemaIndexId
impl RefUnwindSafe for SchemaIndexId
impl Send for SchemaIndexId
impl Sync for SchemaIndexId
impl Unpin for SchemaIndexId
impl UnwindSafe for SchemaIndexId
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