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