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