pub struct StringLookupsRow {
pub id: StringLookupsKey,
pub path: String,
}Available on crate feature
vanilla only.Fields§
§id: StringLookupsKey§path: StringTrait Implementations§
Source§impl Clone for StringLookupsRow
impl Clone for StringLookupsRow
Source§fn clone(&self) -> StringLookupsRow
fn clone(&self) -> StringLookupsRow
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 StringLookupsRow
impl Debug for StringLookupsRow
Source§impl Hash for StringLookupsRow
impl Hash for StringLookupsRow
Source§impl Ord for StringLookupsRow
impl Ord for StringLookupsRow
Source§fn cmp(&self, other: &StringLookupsRow) -> Ordering
fn cmp(&self, other: &StringLookupsRow) -> 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 StringLookupsRow
impl PartialEq for StringLookupsRow
Source§impl PartialOrd for StringLookupsRow
impl PartialOrd for StringLookupsRow
impl Eq for StringLookupsRow
impl StructuralPartialEq for StringLookupsRow
Auto Trait Implementations§
impl Freeze for StringLookupsRow
impl RefUnwindSafe for StringLookupsRow
impl Send for StringLookupsRow
impl Sync for StringLookupsRow
impl Unpin for StringLookupsRow
impl UnwindSafe for StringLookupsRow
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