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