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 FromWire<WireStorageId> for StorageId
impl FromWire<WireStorageId> for StorageId
Source§fn from_wire(wire: WireStorageId) -> Self
fn from_wire(wire: WireStorageId) -> Self
Converts the given
wire
to this type.§const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
Source§impl FromWireRef<WireStorageId> for StorageId
impl FromWireRef<WireStorageId> for StorageId
Source§fn from_wire_ref(wire: &WireStorageId) -> Self
fn from_wire_ref(wire: &WireStorageId) -> Self
Converts the given
wire
reference to this type.Source§impl PartialEq for WireStorageId
impl PartialEq for WireStorageId
Source§impl Wire for WireStorageId
impl Wire for WireStorageId
Source§type Decoded<'de> = WireStorageId
type Decoded<'de> = WireStorageId
The decoded wire type, restricted to the
'de
lifetime.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