pub struct StorageId { /* private fields */ }Expand description
The wire type corresponding to StorageId.
Implementations§
Source§impl StorageId
impl StorageId
pub const STATIC_INSTANCE_ID: StorageId
pub const STATIC_INSTANCE_ID_OR_MONIKER: StorageId
Trait Implementations§
impl Copy for StorageId
Source§impl<___E> Encode<StorageId, ___E> for StorageIdwhere
___E: ?Sized,
impl<___E> Encode<StorageId, ___E> for StorageIdwhere
___E: ?Sized,
Source§impl<'a, ___E> Encode<StorageId, ___E> for &'a StorageIdwhere
___E: ?Sized,
impl<'a, ___E> Encode<StorageId, ___E> for &'a StorageIdwhere
___E: ?Sized,
impl Eq for StorageId
Source§impl FromWireRef<StorageId> for StorageId
impl FromWireRef<StorageId> for StorageId
Source§fn from_wire_ref(wire: &StorageId) -> Self
fn from_wire_ref(wire: &StorageId) -> Self
Converts the given reference to this type.
impl StructuralPartialEq for StorageId
Auto Trait Implementations§
impl Freeze for StorageId
impl RefUnwindSafe for StorageId
impl Send for StorageId
impl Sync for StorageId
impl Unpin for StorageId
impl UnsafeUnpin for StorageId
impl UnwindSafe for StorageId
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T> InstanceFromServiceTransport<T> for T
impl<T> InstanceFromServiceTransport<T> for T
§fn from_service_transport(handle: T) -> T
fn from_service_transport(handle: T) -> T
Converts the given service transport handle of type
T to [Self]