pub struct StringIndex<Id>(pub Id);
Tuple Fields§
§0: Id
Trait Implementations§
Source§impl<Id: Clone> Clone for StringIndex<Id>
impl<Id: Clone> Clone for StringIndex<Id>
Source§fn clone(&self) -> StringIndex<Id>
fn clone(&self) -> StringIndex<Id>
Returns a copy 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<Id: Debug> Debug for StringIndex<Id>
impl<Id: Debug> Debug for StringIndex<Id>
Source§impl<Id: PartialEq> PartialEq for StringIndex<Id>
impl<Id: PartialEq> PartialEq for StringIndex<Id>
impl<Id: Eq> Eq for StringIndex<Id>
impl<Id> StructuralPartialEq for StringIndex<Id>
Auto Trait Implementations§
impl<Id> Freeze for StringIndex<Id>where
Id: Freeze,
impl<Id> RefUnwindSafe for StringIndex<Id>where
Id: RefUnwindSafe,
impl<Id> Send for StringIndex<Id>where
Id: Send,
impl<Id> Sync for StringIndex<Id>where
Id: Sync,
impl<Id> Unpin for StringIndex<Id>where
Id: Unpin,
impl<Id> UnwindSafe for StringIndex<Id>where
Id: UnwindSafe,
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