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