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