Struct schema_org_constants::BrandIri
source · pub struct BrandIri;Trait Implementations§
source§impl PartialEq<&str> for BrandIri
impl PartialEq<&str> for BrandIri
Auto Trait Implementations§
impl Freeze for BrandIri
impl RefUnwindSafe for BrandIri
impl Send for BrandIri
impl Sync for BrandIri
impl Unpin for BrandIri
impl UnwindSafe for BrandIri
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