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