#[repr(C)]pub struct WireUseStorage<'de> { /* private fields */ }
Expand description
The wire type corresponding to UseStorage
.
Implementations§
Source§impl<'de> WireUseStorage<'de>
impl<'de> WireUseStorage<'de>
pub fn source_name(&self) -> Option<&WireString<'de>>
pub fn target_path(&self) -> Option<&WireString<'de>>
pub fn availability(&self) -> Option<&WireAvailability>
Trait Implementations§
Source§impl<'de> Debug for WireUseStorage<'de>
impl<'de> Debug for WireUseStorage<'de>
Source§impl<___D> Decode<___D> for WireUseStorage<'static>where
___D: Decoder + ?Sized,
impl<___D> Decode<___D> for WireUseStorage<'static>where
___D: Decoder + ?Sized,
Source§impl<'de> Drop for WireUseStorage<'de>
impl<'de> Drop for WireUseStorage<'de>
Source§impl<'de> FromWire<WireUseStorage<'de>> for UseStorage
impl<'de> FromWire<WireUseStorage<'de>> for UseStorage
Source§fn from_wire(wire: WireUseStorage<'de>) -> Self
fn from_wire(wire: WireUseStorage<'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<WireUseStorage<'de>> for UseStorage
impl<'de> FromWireRef<WireUseStorage<'de>> for UseStorage
Source§fn from_wire_ref(wire: &WireUseStorage<'de>) -> Self
fn from_wire_ref(wire: &WireUseStorage<'de>) -> Self
Converts the given
wire
reference to this type.Source§impl Wire for WireUseStorage<'static>
impl Wire for WireUseStorage<'static>
Source§type Decoded<'de> = WireUseStorage<'de>
type Decoded<'de> = WireUseStorage<'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 WireUseStorage<'de>
impl<'de> RefUnwindSafe for WireUseStorage<'de>
impl<'de> !Send for WireUseStorage<'de>
impl<'de> !Sync for WireUseStorage<'de>
impl<'de> Unpin for WireUseStorage<'de>
impl<'de> !UnwindSafe for WireUseStorage<'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