pub struct WireStorageId { /* private fields */ }
Expand description
The wire type corresponding to StorageId
.
Implementations§
Source§impl WireStorageId
impl WireStorageId
pub const STATIC_INSTANCE_ID: WireStorageId
pub const STATIC_INSTANCE_ID_OR_MONIKER: WireStorageId
Trait Implementations§
Source§impl Clone for WireStorageId
impl Clone for WireStorageId
Source§fn clone(&self) -> WireStorageId
fn clone(&self) -> WireStorageId
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for WireStorageId
impl Debug for WireStorageId
Source§impl<___D> Decode<___D> for WireStorageIdwhere
___D: ?Sized,
impl<___D> Decode<___D> for WireStorageIdwhere
___D: ?Sized,
Source§impl From<StorageId> for WireStorageId
impl From<StorageId> for WireStorageId
Source§impl From<WireStorageId> for StorageId
impl From<WireStorageId> for StorageId
Source§fn from(wire: WireStorageId) -> Self
fn from(wire: WireStorageId) -> Self
Converts to this type from the input type.
Source§impl PartialEq for WireStorageId
impl PartialEq for WireStorageId
Source§impl TakeFrom<WireStorageId> for StorageId
impl TakeFrom<WireStorageId> for StorageId
Source§fn take_from(from: &WireStorageId) -> Self
fn take_from(from: &WireStorageId) -> 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<WireStorageId> for StorageId
impl TakeFrom<WireStorageId> for StorageId
Source§fn take_from(from: &WireStorageId) -> Self
fn take_from(from: &WireStorageId) -> 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 WireStorageId
impl ZeroPadding for WireStorageId
Source§fn zero_padding(_: &mut MaybeUninit<Self>)
fn zero_padding(_: &mut MaybeUninit<Self>)
Writes zeroes to the padding for this type, if any.
impl Copy for WireStorageId
impl Eq for WireStorageId
impl StructuralPartialEq for WireStorageId
Auto Trait Implementations§
impl Freeze for WireStorageId
impl RefUnwindSafe for WireStorageId
impl Send for WireStorageId
impl Sync for WireStorageId
impl Unpin for WireStorageId
impl UnwindSafe for WireStorageId
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