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