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