#[repr(C)]pub struct WireStorageAdminDeleteComponentStorageRequest<'de> {
pub relative_moniker: WireString<'de>,
}
Expand description
The wire type corresponding to StorageAdminDeleteComponentStorageRequest
.
Fields§
§relative_moniker: WireString<'de>
Trait Implementations§
Source§impl<'de> Debug for WireStorageAdminDeleteComponentStorageRequest<'de>
impl<'de> Debug for WireStorageAdminDeleteComponentStorageRequest<'de>
Source§impl<___D> Decode<___D> for WireStorageAdminDeleteComponentStorageRequest<'static>where
___D: InternalHandleDecoder + ?Sized + Decoder,
impl<___D> Decode<___D> for WireStorageAdminDeleteComponentStorageRequest<'static>where
___D: InternalHandleDecoder + ?Sized + Decoder,
Source§impl<'de> FromWire<WireStorageAdminDeleteComponentStorageRequest<'de>> for StorageAdminDeleteComponentStorageRequest
impl<'de> FromWire<WireStorageAdminDeleteComponentStorageRequest<'de>> for StorageAdminDeleteComponentStorageRequest
Source§fn from_wire(wire: WireStorageAdminDeleteComponentStorageRequest<'de>) -> Self
fn from_wire(wire: WireStorageAdminDeleteComponentStorageRequest<'de>) -> Self
Converts the given
wire
to this type.§const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
Source§impl<'de> FromWireRef<WireStorageAdminDeleteComponentStorageRequest<'de>> for StorageAdminDeleteComponentStorageRequest
impl<'de> FromWireRef<WireStorageAdminDeleteComponentStorageRequest<'de>> for StorageAdminDeleteComponentStorageRequest
Source§fn from_wire_ref(
wire: &WireStorageAdminDeleteComponentStorageRequest<'de>,
) -> Self
fn from_wire_ref( wire: &WireStorageAdminDeleteComponentStorageRequest<'de>, ) -> Self
Converts the given
wire
reference to this type.Source§impl Wire for WireStorageAdminDeleteComponentStorageRequest<'static>
impl Wire for WireStorageAdminDeleteComponentStorageRequest<'static>
Source§type Decoded<'de> = WireStorageAdminDeleteComponentStorageRequest<'de>
type Decoded<'de> = WireStorageAdminDeleteComponentStorageRequest<'de>
The decoded wire type, restricted to the
'de
lifetime.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<'de> Freeze for WireStorageAdminDeleteComponentStorageRequest<'de>
impl<'de> RefUnwindSafe for WireStorageAdminDeleteComponentStorageRequest<'de>
impl<'de> Send for WireStorageAdminDeleteComponentStorageRequest<'de>
impl<'de> Sync for WireStorageAdminDeleteComponentStorageRequest<'de>
impl<'de> Unpin for WireStorageAdminDeleteComponentStorageRequest<'de>
impl<'de> !UnwindSafe for WireStorageAdminDeleteComponentStorageRequest<'de>
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