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