#[repr(C)]pub struct OptionBid {
pub tag: u8,
pub u: OptionBidU,
}Fields
tag: u8u: OptionBidUTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for OptionBid
impl Send for OptionBid
impl Sync for OptionBid
impl Unpin for OptionBid
impl UnwindSafe for OptionBid
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more