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