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