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