pub struct MixedFieldsBody<T0, T1, T2, T3, T4, T5> {
pub before: T0,
pub first_union: T1,
pub middle_start: T2,
pub middle_end: T3,
pub second_union: T4,
pub after: T5,
}Fields§
§before: T0§first_union: T1§middle_start: T2§middle_end: T3§second_union: T4§after: T5Trait Implementations§
Source§impl<___E, T0, T1, T2, T3, T4, T5> Encode<MixedFieldsBody, ___E> for MixedFieldsBody<T0, T1, T2, T3, T4, T5>where
___E: InternalHandleEncoder + ?Sized,
T0: Encode<Uint32, ___E>,
T1: Encode<UnionSize8Align4, ___E>,
T2: Encode<Uint16, ___E>,
T3: Encode<Uint64, ___E>,
T4: Encode<UnionSize8Align4, ___E>,
T5: Encode<Uint32, ___E>,
impl<___E, T0, T1, T2, T3, T4, T5> Encode<MixedFieldsBody, ___E> for MixedFieldsBody<T0, T1, T2, T3, T4, T5>where
___E: InternalHandleEncoder + ?Sized,
T0: Encode<Uint32, ___E>,
T1: Encode<UnionSize8Align4, ___E>,
T2: Encode<Uint16, ___E>,
T3: Encode<Uint64, ___E>,
T4: Encode<UnionSize8Align4, ___E>,
T5: Encode<Uint32, ___E>,
Source§fn encode(
self,
encoder_: &mut ___E,
out_: &mut MaybeUninit<MixedFieldsBody>,
_: (),
) -> Result<(), EncodeError>
fn encode( self, encoder_: &mut ___E, out_: &mut MaybeUninit<MixedFieldsBody>, _: (), ) -> 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> Freeze for MixedFieldsBody<T0, T1, T2, T3, T4, T5>
impl<T0, T1, T2, T3, T4, T5> RefUnwindSafe for MixedFieldsBody<T0, T1, T2, T3, T4, T5>where
T0: RefUnwindSafe,
T1: RefUnwindSafe,
T2: RefUnwindSafe,
T3: RefUnwindSafe,
T4: RefUnwindSafe,
T5: RefUnwindSafe,
impl<T0, T1, T2, T3, T4, T5> Send for MixedFieldsBody<T0, T1, T2, T3, T4, T5>
impl<T0, T1, T2, T3, T4, T5> Sync for MixedFieldsBody<T0, T1, T2, T3, T4, T5>
impl<T0, T1, T2, T3, T4, T5> Unpin for MixedFieldsBody<T0, T1, T2, T3, T4, T5>
impl<T0, T1, T2, T3, T4, T5> UnsafeUnpin for MixedFieldsBody<T0, T1, T2, T3, T4, T5>where
T0: UnsafeUnpin,
T1: UnsafeUnpin,
T2: UnsafeUnpin,
T3: UnsafeUnpin,
T4: UnsafeUnpin,
T5: UnsafeUnpin,
impl<T0, T1, T2, T3, T4, T5> UnwindSafe for MixedFieldsBody<T0, T1, T2, T3, T4, T5>where
T0: UnwindSafe,
T1: UnwindSafe,
T2: UnwindSafe,
T3: UnwindSafe,
T4: UnwindSafe,
T5: 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]