#[repr(C)]pub struct OptionCid {
pub tag: u8,
pub u: OptionCidU,
}Fields
tag: u8u: OptionCidUTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for OptionCid
impl Send for OptionCid
impl Sync for OptionCid
impl Unpin for OptionCid
impl UnwindSafe for OptionCid
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