pub struct TicketTokenPropertyIri;Trait Implementations§
Source§impl PartialEq<&str> for TicketTokenPropertyIri
impl PartialEq<&str> for TicketTokenPropertyIri
Source§impl PartialEq<TicketTokenPropertyIri> for &str
impl PartialEq<TicketTokenPropertyIri> for &str
Auto Trait Implementations§
impl Freeze for TicketTokenPropertyIri
impl RefUnwindSafe for TicketTokenPropertyIri
impl Send for TicketTokenPropertyIri
impl Sync for TicketTokenPropertyIri
impl Unpin for TicketTokenPropertyIri
impl UnwindSafe for TicketTokenPropertyIri
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