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