pub struct TicketOnlyRule;Trait Implementations§
Auto Trait Implementations§
impl Freeze for TicketOnlyRule
impl RefUnwindSafe for TicketOnlyRule
impl Send for TicketOnlyRule
impl Sync for TicketOnlyRule
impl Unpin for TicketOnlyRule
impl UnsafeUnpin for TicketOnlyRule
impl UnwindSafe for TicketOnlyRule
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