pub struct IRI<'a>(pub &'a str);Expand description
Representation of the <IRI> type.
Tuple Fields
0: &'a strImplementations
Trait Implementations
impl<'a> Copy for IRI<'a>
impl<'a> StructuralPartialEq for IRI<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for IRI<'a>
impl<'a> Send for IRI<'a>
impl<'a> Sync for IRI<'a>
impl<'a> Unpin for IRI<'a>
impl<'a> UnwindSafe for IRI<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more