#[repr(C)]pub struct WireStorage { /* private fields */ }
Expand description
The wire type corresponding to Storage
.
Implementations§
Source§impl WireStorage
impl WireStorage
Trait Implementations§
Source§impl Debug for WireStorage
impl Debug for WireStorage
Source§impl<___D> Decode<___D> for WireStoragewhere
___D: Decoder + ?Sized,
impl<___D> Decode<___D> for WireStoragewhere
___D: Decoder + ?Sized,
Source§impl TakeFrom<WireStorage> for Storage
impl TakeFrom<WireStorage> for Storage
Source§fn take_from(from: &WireStorage) -> Self
fn take_from(from: &WireStorage) -> Self
Converts from the given
T
, taking any resources that can’t be cloned.§const COPY_OPTIMIZATION: CopyOptimization<Self> = _
const COPY_OPTIMIZATION: CopyOptimization<Self> = _
An optimization flag that allows the bytes of this type to be copied directly during
conversion instead of calling
take_from
. Read moreSource§impl TakeFrom<WireStorage> for Storage
impl TakeFrom<WireStorage> for Storage
Source§fn take_from(from: &WireStorage) -> Self
fn take_from(from: &WireStorage) -> Self
Converts from the given
T
, taking any resources that can’t be cloned.§const COPY_OPTIMIZATION: CopyOptimization<Self> = _
const COPY_OPTIMIZATION: CopyOptimization<Self> = _
An optimization flag that allows the bytes of this type to be copied directly during
conversion instead of calling
take_from
. Read moreSource§impl ZeroPadding for WireStorage
impl ZeroPadding for WireStorage
Source§fn zero_padding(out: &mut MaybeUninit<Self>)
fn zero_padding(out: &mut MaybeUninit<Self>)
Writes zeroes to the padding for this type, if any.
Auto Trait Implementations§
impl Freeze for WireStorage
impl RefUnwindSafe for WireStorage
impl !Send for WireStorage
impl !Sync for WireStorage
impl Unpin for WireStorage
impl UnwindSafe for WireStorage
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