pub struct CustomerPropertyIri;Trait Implementations§
Source§impl PartialEq<&str> for CustomerPropertyIri
impl PartialEq<&str> for CustomerPropertyIri
Source§impl PartialEq<CustomerPropertyIri> for &str
impl PartialEq<CustomerPropertyIri> for &str
Auto Trait Implementations§
impl Freeze for CustomerPropertyIri
impl RefUnwindSafe for CustomerPropertyIri
impl Send for CustomerPropertyIri
impl Sync for CustomerPropertyIri
impl Unpin for CustomerPropertyIri
impl UnwindSafe for CustomerPropertyIri
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