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