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