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