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