pub struct LotsOfVectors<T0, T1, T2, T3, T4, T5, T6, T7, T8> {
pub v1: T0,
pub v2: T1,
pub v3: T2,
pub v4: T3,
pub v5: T4,
pub v6: T5,
pub v7: T6,
pub v8: T7,
pub v9: T8,
}Fields§
§v1: T0§v2: T1§v3: T2§v4: T3§v5: T4§v6: T5§v7: T6§v8: T7§v9: T8Trait Implementations§
Source§impl<___E, T0, T1, T2, T3, T4, T5, T6, T7, T8> Encode<LotsOfVectors<'static>, ___E> for LotsOfVectors<T0, T1, T2, T3, T4, T5, T6, T7, T8>where
___E: InternalHandleEncoder + Encoder + ?Sized,
T0: Encode<Vector<'static, Uint16>, ___E>,
T1: Encode<Vector<'static, Uint32>, ___E>,
T2: Encode<Vector<'static, Uint64>, ___E>,
T3: Encode<Vector<'static, String<'static>>, ___E>,
T4: Encode<Vector<'static, i8>, ___E>,
T5: Encode<Vector<'static, Int16>, ___E>,
T6: Encode<Vector<'static, Int32>, ___E>,
T7: Encode<Vector<'static, Int64>, ___E>,
T8: Encode<Vector<'static, bool>, ___E>,
impl<___E, T0, T1, T2, T3, T4, T5, T6, T7, T8> Encode<LotsOfVectors<'static>, ___E> for LotsOfVectors<T0, T1, T2, T3, T4, T5, T6, T7, T8>where
___E: InternalHandleEncoder + Encoder + ?Sized,
T0: Encode<Vector<'static, Uint16>, ___E>,
T1: Encode<Vector<'static, Uint32>, ___E>,
T2: Encode<Vector<'static, Uint64>, ___E>,
T3: Encode<Vector<'static, String<'static>>, ___E>,
T4: Encode<Vector<'static, i8>, ___E>,
T5: Encode<Vector<'static, Int16>, ___E>,
T6: Encode<Vector<'static, Int32>, ___E>,
T7: Encode<Vector<'static, Int64>, ___E>,
T8: Encode<Vector<'static, bool>, ___E>,
Source§fn encode(
self,
encoder_: &mut ___E,
out_: &mut MaybeUninit<LotsOfVectors<'static>>,
_: (),
) -> Result<(), EncodeError>
fn encode( self, encoder_: &mut ___E, out_: &mut MaybeUninit<LotsOfVectors<'static>>, _: (), ) -> Result<(), EncodeError>
Encodes this value into an encoder and output.
§const COPY_OPTIMIZATION: CopyOptimization<Self, W> = _
const COPY_OPTIMIZATION: CopyOptimization<Self, W> = _
Auto Trait Implementations§
impl<T0, T1, T2, T3, T4, T5, T6, T7, T8> Freeze for LotsOfVectors<T0, T1, T2, T3, T4, T5, T6, T7, T8>
impl<T0, T1, T2, T3, T4, T5, T6, T7, T8> RefUnwindSafe for LotsOfVectors<T0, T1, T2, T3, T4, T5, T6, T7, T8>where
T0: RefUnwindSafe,
T1: RefUnwindSafe,
T2: RefUnwindSafe,
T3: RefUnwindSafe,
T4: RefUnwindSafe,
T5: RefUnwindSafe,
T6: RefUnwindSafe,
T7: RefUnwindSafe,
T8: RefUnwindSafe,
impl<T0, T1, T2, T3, T4, T5, T6, T7, T8> Send for LotsOfVectors<T0, T1, T2, T3, T4, T5, T6, T7, T8>
impl<T0, T1, T2, T3, T4, T5, T6, T7, T8> Sync for LotsOfVectors<T0, T1, T2, T3, T4, T5, T6, T7, T8>
impl<T0, T1, T2, T3, T4, T5, T6, T7, T8> Unpin for LotsOfVectors<T0, T1, T2, T3, T4, T5, T6, T7, T8>
impl<T0, T1, T2, T3, T4, T5, T6, T7, T8> UnsafeUnpin for LotsOfVectors<T0, T1, T2, T3, T4, T5, T6, T7, T8>where
T0: UnsafeUnpin,
T1: UnsafeUnpin,
T2: UnsafeUnpin,
T3: UnsafeUnpin,
T4: UnsafeUnpin,
T5: UnsafeUnpin,
T6: UnsafeUnpin,
T7: UnsafeUnpin,
T8: UnsafeUnpin,
impl<T0, T1, T2, T3, T4, T5, T6, T7, T8> UnwindSafe for LotsOfVectors<T0, T1, T2, T3, T4, T5, T6, T7, T8>where
T0: UnwindSafe,
T1: UnwindSafe,
T2: UnwindSafe,
T3: UnwindSafe,
T4: UnwindSafe,
T5: UnwindSafe,
T6: UnwindSafe,
T7: UnwindSafe,
T8: UnwindSafe,
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]