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