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