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