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