pub struct NumTickets;Expand description
NumTickets (395).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NumTickets
impl RefUnwindSafe for NumTickets
impl Send for NumTickets
impl Sync for NumTickets
impl Unpin for NumTickets
impl UnsafeUnpin for NumTickets
impl UnwindSafe for NumTickets
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