#[repr(C)]pub struct VectorWithLimitInTable<'de> {
pub t: TableWithVectorWithLimit<'de>,
}Expand description
The wire type corresponding to VectorWithLimitInTable.
Fields§
§t: TableWithVectorWithLimit<'de>Trait Implementations§
Source§impl Constrained for VectorWithLimitInTable<'_>
impl Constrained for VectorWithLimitInTable<'_>
Source§impl<'de> Debug for VectorWithLimitInTable<'de>
impl<'de> Debug for VectorWithLimitInTable<'de>
Source§impl<'de, ___D> Decode<___D> for VectorWithLimitInTable<'de>where
___D: InternalHandleDecoder + ?Sized + Decoder<'de>,
impl<'de, ___D> Decode<___D> for VectorWithLimitInTable<'de>where
___D: InternalHandleDecoder + ?Sized + Decoder<'de>,
Source§impl<'a, ___E> Encode<VectorWithLimitInTable<'static>, ___E> for &'a VectorWithLimitInTablewhere
___E: InternalHandleEncoder + ?Sized + Encoder,
impl<'a, ___E> Encode<VectorWithLimitInTable<'static>, ___E> for &'a VectorWithLimitInTablewhere
___E: InternalHandleEncoder + ?Sized + Encoder,
Source§fn encode(
self,
encoder_: &mut ___E,
out_: &mut MaybeUninit<VectorWithLimitInTable<'static>>,
_: (),
) -> Result<(), EncodeError>
fn encode( self, encoder_: &mut ___E, out_: &mut MaybeUninit<VectorWithLimitInTable<'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<VectorWithLimitInTable<'static>, ___E> for VectorWithLimitInTablewhere
___E: InternalHandleEncoder + ?Sized + Encoder,
impl<___E> Encode<VectorWithLimitInTable<'static>, ___E> for VectorWithLimitInTablewhere
___E: InternalHandleEncoder + ?Sized + Encoder,
Source§fn encode(
self,
encoder_: &mut ___E,
out_: &mut MaybeUninit<VectorWithLimitInTable<'static>>,
_: (),
) -> Result<(), EncodeError>
fn encode( self, encoder_: &mut ___E, out_: &mut MaybeUninit<VectorWithLimitInTable<'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, T0> Encode<VectorWithLimitInTable<'static>, ___E> for VectorWithLimitInTable<T0>where
___E: InternalHandleEncoder + ?Sized + Encoder,
T0: Encode<TableWithVectorWithLimit<'static>, ___E>,
impl<___E, T0> Encode<VectorWithLimitInTable<'static>, ___E> for VectorWithLimitInTable<T0>where
___E: InternalHandleEncoder + ?Sized + Encoder,
T0: Encode<TableWithVectorWithLimit<'static>, ___E>,
Source§fn encode(
self,
encoder_: &mut ___E,
out_: &mut MaybeUninit<VectorWithLimitInTable<'static>>,
_: (),
) -> Result<(), EncodeError>
fn encode( self, encoder_: &mut ___E, out_: &mut MaybeUninit<VectorWithLimitInTable<'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<VectorWithLimitInTable<'de>> for VectorWithLimitInTable
impl<'de> FromWire<VectorWithLimitInTable<'de>> for VectorWithLimitInTable
Source§fn from_wire(wire: VectorWithLimitInTable<'de>) -> Self
fn from_wire(wire: VectorWithLimitInTable<'de>) -> Self
Converts the given owned value to this type.
§const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
Source§impl<'de> FromWireRef<VectorWithLimitInTable<'de>> for VectorWithLimitInTable
impl<'de> FromWireRef<VectorWithLimitInTable<'de>> for VectorWithLimitInTable
Source§fn from_wire_ref(wire: &VectorWithLimitInTable<'de>) -> Self
fn from_wire_ref(wire: &VectorWithLimitInTable<'de>) -> Self
Converts the given reference to this type.
Source§impl<'de> IntoNatural for VectorWithLimitInTable<'de>
impl<'de> IntoNatural for VectorWithLimitInTable<'de>
Source§type Natural = VectorWithLimitInTable
type Natural = VectorWithLimitInTable
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 VectorWithLimitInTable<'static>
impl Wire for VectorWithLimitInTable<'static>
Source§type Narrowed<'de> = VectorWithLimitInTable<'de>
type Narrowed<'de> = VectorWithLimitInTable<'de>
The narrowed 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 VectorWithLimitInTable<'de>
impl<'de> RefUnwindSafe for VectorWithLimitInTable<'de>
impl<'de> Send for VectorWithLimitInTable<'de>
impl<'de> Sync for VectorWithLimitInTable<'de>
impl<'de> Unpin for VectorWithLimitInTable<'de>
impl<'de> UnsafeUnpin for VectorWithLimitInTable<'de>
impl<'de> !UnwindSafe for VectorWithLimitInTable<'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
Source§impl<T, D> Encode<Ambiguous1, D> for Twhere
D: ResourceDialect,
impl<T, D> Encode<Ambiguous1, D> for Twhere
D: ResourceDialect,
Source§impl<T, D> Encode<Ambiguous2, D> for Twhere
D: ResourceDialect,
impl<T, D> Encode<Ambiguous2, D> for Twhere
D: ResourceDialect,
§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]