pub struct AllocatorSetDebugClientInfoRequest<'de> { /* private fields */ }Expand description
The wire type corresponding to AllocatorSetDebugClientInfoRequest.
Implementations§
Trait Implementations§
Source§impl Constrained for AllocatorSetDebugClientInfoRequest<'_>
impl Constrained for AllocatorSetDebugClientInfoRequest<'_>
Source§type Constraint = ()
type Constraint = ()
Type of constraint information for this type.
Source§fn validate(
_: Slot<'_, AllocatorSetDebugClientInfoRequest<'_>>,
_: <AllocatorSetDebugClientInfoRequest<'_> as Constrained>::Constraint,
) -> Result<(), ValidationError>
fn validate( _: Slot<'_, AllocatorSetDebugClientInfoRequest<'_>>, _: <AllocatorSetDebugClientInfoRequest<'_> as Constrained>::Constraint, ) -> Result<(), ValidationError>
Validate a slot of this type against a constraint. Can be called when
pointers/envelopes are just presence markers.
Source§impl<'de> Debug for AllocatorSetDebugClientInfoRequest<'de>
impl<'de> Debug for AllocatorSetDebugClientInfoRequest<'de>
Source§impl<'de, ___D> Decode<___D> for AllocatorSetDebugClientInfoRequest<'de>where
___D: Decoder<'de> + ?Sized,
impl<'de, ___D> Decode<___D> for AllocatorSetDebugClientInfoRequest<'de>where
___D: Decoder<'de> + ?Sized,
Source§impl<'de> Drop for AllocatorSetDebugClientInfoRequest<'de>
impl<'de> Drop for AllocatorSetDebugClientInfoRequest<'de>
Source§impl<'a, ___E> Encode<AllocatorSetDebugClientInfoRequest<'static>, ___E> for &'a AllocatorSetDebugClientInfoRequestwhere
___E: Encoder + ?Sized,
impl<'a, ___E> Encode<AllocatorSetDebugClientInfoRequest<'static>, ___E> for &'a AllocatorSetDebugClientInfoRequestwhere
___E: Encoder + ?Sized,
Source§fn encode(
self,
encoder: &mut ___E,
out: &mut MaybeUninit<AllocatorSetDebugClientInfoRequest<'static>>,
_: (),
) -> Result<(), EncodeError>
fn encode( self, encoder: &mut ___E, out: &mut MaybeUninit<AllocatorSetDebugClientInfoRequest<'static>>, _: (), ) -> Result<(), EncodeError>
Encodes this value into an encoder and output.
§const COPY_OPTIMIZATION: CopyOptimization<Self, W> = _
const COPY_OPTIMIZATION: CopyOptimization<Self, W> = _
Source§impl<___E> Encode<AllocatorSetDebugClientInfoRequest<'static>, ___E> for AllocatorSetDebugClientInfoRequestwhere
___E: Encoder + ?Sized,
impl<___E> Encode<AllocatorSetDebugClientInfoRequest<'static>, ___E> for AllocatorSetDebugClientInfoRequestwhere
___E: Encoder + ?Sized,
Source§fn encode(
self,
encoder: &mut ___E,
out: &mut MaybeUninit<AllocatorSetDebugClientInfoRequest<'static>>,
_: (),
) -> Result<(), EncodeError>
fn encode( self, encoder: &mut ___E, out: &mut MaybeUninit<AllocatorSetDebugClientInfoRequest<'static>>, _: (), ) -> Result<(), EncodeError>
Encodes this value into an encoder and output.
§const COPY_OPTIMIZATION: CopyOptimization<Self, W> = _
const COPY_OPTIMIZATION: CopyOptimization<Self, W> = _
Source§impl<'de> FromWire<AllocatorSetDebugClientInfoRequest<'de>> for AllocatorSetDebugClientInfoRequest
impl<'de> FromWire<AllocatorSetDebugClientInfoRequest<'de>> for AllocatorSetDebugClientInfoRequest
Source§fn from_wire(
wire_: AllocatorSetDebugClientInfoRequest<'de>,
) -> AllocatorSetDebugClientInfoRequest
fn from_wire( wire_: AllocatorSetDebugClientInfoRequest<'de>, ) -> AllocatorSetDebugClientInfoRequest
Converts the given owned value to this type.
§const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
Source§impl<'de> FromWireRef<AllocatorSetDebugClientInfoRequest<'de>> for AllocatorSetDebugClientInfoRequest
impl<'de> FromWireRef<AllocatorSetDebugClientInfoRequest<'de>> for AllocatorSetDebugClientInfoRequest
Source§fn from_wire_ref(
wire: &AllocatorSetDebugClientInfoRequest<'de>,
) -> AllocatorSetDebugClientInfoRequest
fn from_wire_ref( wire: &AllocatorSetDebugClientInfoRequest<'de>, ) -> AllocatorSetDebugClientInfoRequest
Converts the given reference to this type.
Source§impl<'de> IntoNatural for AllocatorSetDebugClientInfoRequest<'de>
impl<'de> IntoNatural for AllocatorSetDebugClientInfoRequest<'de>
Source§type Natural = AllocatorSetDebugClientInfoRequest
type Natural = AllocatorSetDebugClientInfoRequest
A good default type for this wire type to convert into.
§fn into_natural(self) -> Self::Natural
fn into_natural(self) -> Self::Natural
Converts this type into its natural equivalent.
Source§impl Wire for AllocatorSetDebugClientInfoRequest<'static>
impl Wire for AllocatorSetDebugClientInfoRequest<'static>
Source§type Narrowed<'de> = AllocatorSetDebugClientInfoRequest<'de>
type Narrowed<'de> = AllocatorSetDebugClientInfoRequest<'de>
The narrowed wire type, restricted to the
'de lifetime.Source§fn zero_padding(
out: &mut MaybeUninit<AllocatorSetDebugClientInfoRequest<'static>>,
)
fn zero_padding( out: &mut MaybeUninit<AllocatorSetDebugClientInfoRequest<'static>>, )
Writes zeroes to the padding for this type, if any.
Auto Trait Implementations§
impl<'de> Freeze for AllocatorSetDebugClientInfoRequest<'de>
impl<'de> RefUnwindSafe for AllocatorSetDebugClientInfoRequest<'de>
impl<'de> Send for AllocatorSetDebugClientInfoRequest<'de>
impl<'de> Sync for AllocatorSetDebugClientInfoRequest<'de>
impl<'de> Unpin for AllocatorSetDebugClientInfoRequest<'de>
impl<'de> UnsafeUnpin for AllocatorSetDebugClientInfoRequest<'de>
impl<'de> !UnwindSafe for AllocatorSetDebugClientInfoRequest<'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
§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]