pub struct Uint8Uint16Uint32Uint64<T0, T1, T2, T3> {
pub f1: T0,
pub f2: T1,
pub f3: T2,
pub f4: T3,
}Fields§
§f1: T0§f2: T1§f3: T2§f4: T3Trait Implementations§
Source§impl<___E, T0, T1, T2, T3> Encode<Uint8Uint16Uint32Uint64, ___E> for Uint8Uint16Uint32Uint64<T0, T1, T2, T3>
impl<___E, T0, T1, T2, T3> Encode<Uint8Uint16Uint32Uint64, ___E> for Uint8Uint16Uint32Uint64<T0, T1, T2, T3>
Source§fn encode(
self,
encoder_: &mut ___E,
out_: &mut MaybeUninit<Uint8Uint16Uint32Uint64>,
_: (),
) -> Result<(), EncodeError>
fn encode( self, encoder_: &mut ___E, out_: &mut MaybeUninit<Uint8Uint16Uint32Uint64>, _: (), ) -> 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> Freeze for Uint8Uint16Uint32Uint64<T0, T1, T2, T3>
impl<T0, T1, T2, T3> RefUnwindSafe for Uint8Uint16Uint32Uint64<T0, T1, T2, T3>
impl<T0, T1, T2, T3> Send for Uint8Uint16Uint32Uint64<T0, T1, T2, T3>
impl<T0, T1, T2, T3> Sync for Uint8Uint16Uint32Uint64<T0, T1, T2, T3>
impl<T0, T1, T2, T3> Unpin for Uint8Uint16Uint32Uint64<T0, T1, T2, T3>
impl<T0, T1, T2, T3> UnsafeUnpin for Uint8Uint16Uint32Uint64<T0, T1, T2, T3>
impl<T0, T1, T2, T3> UnwindSafe for Uint8Uint16Uint32Uint64<T0, T1, T2, T3>
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]