pub struct StrTabEntry {
pub v: String,
pub idx: usize,
}
Fields§
§v: String
§idx: usize
Trait Implementations§
Source§impl Clone for StrTabEntry
impl Clone for StrTabEntry
Source§fn clone(&self) -> StrTabEntry
fn clone(&self) -> StrTabEntry
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 StrTabEntry
impl Debug for StrTabEntry
Source§impl Hash for StrTabEntry
impl Hash for StrTabEntry
Source§impl Ord for StrTabEntry
impl Ord for StrTabEntry
Source§fn cmp(&self, other: &StrTabEntry) -> Ordering
fn cmp(&self, other: &StrTabEntry) -> 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 StrTabEntry
impl PartialEq for StrTabEntry
Source§impl PartialOrd for StrTabEntry
impl PartialOrd for StrTabEntry
impl Eq for StrTabEntry
impl StructuralPartialEq for StrTabEntry
Auto Trait Implementations§
impl Freeze for StrTabEntry
impl RefUnwindSafe for StrTabEntry
impl Send for StrTabEntry
impl Sync for StrTabEntry
impl Unpin for StrTabEntry
impl UnwindSafe for StrTabEntry
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