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