pub struct TerminatedIriOrLabel;Trait Implementations§
source§impl PartialEq<&str> for TerminatedIriOrLabel
impl PartialEq<&str> for TerminatedIriOrLabel
source§impl PartialEq<TerminatedIriOrLabel> for &str
impl PartialEq<TerminatedIriOrLabel> for &str
source§fn eq(&self, other: &TerminatedIriOrLabel) -> bool
fn eq(&self, other: &TerminatedIriOrLabel) -> bool
This method tests for
self and other values to be equal, and is used
by ==.Auto Trait Implementations§
impl Freeze for TerminatedIriOrLabel
impl RefUnwindSafe for TerminatedIriOrLabel
impl Send for TerminatedIriOrLabel
impl Sync for TerminatedIriOrLabel
impl Unpin for TerminatedIriOrLabel
impl UnwindSafe for TerminatedIriOrLabel
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