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