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