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