pub struct QuotationIriOrLabel;Trait Implementations§
Source§impl PartialEq<&str> for QuotationIriOrLabel
impl PartialEq<&str> for QuotationIriOrLabel
Source§impl PartialEq<QuotationIriOrLabel> for &str
impl PartialEq<QuotationIriOrLabel> for &str
Auto Trait Implementations§
impl Freeze for QuotationIriOrLabel
impl RefUnwindSafe for QuotationIriOrLabel
impl Send for QuotationIriOrLabel
impl Sync for QuotationIriOrLabel
impl Unpin for QuotationIriOrLabel
impl UnwindSafe for QuotationIriOrLabel
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