pub struct TableUnionWithVectorStructSandwich {
pub s1: Option<StructSize3Align1>,
pub uv: Option<UnionWithVector>,
pub s2: Option<StructSize3Align1>,
}Fields§
§s1: Option<StructSize3Align1>§uv: Option<UnionWithVector>§s2: Option<StructSize3Align1>Trait Implementations§
Source§impl CompatFrom<TableUnionWithVectorStructSandwich> for TableUnionWithVectorStructSandwich
impl CompatFrom<TableUnionWithVectorStructSandwich> for TableUnionWithVectorStructSandwich
Source§fn compat_from(value: TableUnionWithVectorStructSandwich) -> Self
fn compat_from(value: TableUnionWithVectorStructSandwich) -> Self
Converts
value into a value of this type.Source§impl CompatFrom<TableUnionWithVectorStructSandwich> for TableUnionWithVectorStructSandwich
impl CompatFrom<TableUnionWithVectorStructSandwich> for TableUnionWithVectorStructSandwich
Source§fn compat_from(value: TableUnionWithVectorStructSandwich) -> Self
fn compat_from(value: TableUnionWithVectorStructSandwich) -> Self
Converts
value into a value of this type.Source§impl Default for TableUnionWithVectorStructSandwich
impl Default for TableUnionWithVectorStructSandwich
Source§fn default() -> TableUnionWithVectorStructSandwich
fn default() -> TableUnionWithVectorStructSandwich
Returns the “default value” for a type. Read more
Source§impl<___E> Encode<TableUnionWithVectorStructSandwich<'static>, ___E> for TableUnionWithVectorStructSandwichwhere
___E: Encoder + ?Sized + HandleEncoder,
impl<___E> Encode<TableUnionWithVectorStructSandwich<'static>, ___E> for TableUnionWithVectorStructSandwichwhere
___E: Encoder + ?Sized + HandleEncoder,
Source§fn encode(
self,
encoder: &mut ___E,
out: &mut MaybeUninit<TableUnionWithVectorStructSandwich<'static>>,
_: (),
) -> Result<(), EncodeError>
fn encode( self, encoder: &mut ___E, out: &mut MaybeUninit<TableUnionWithVectorStructSandwich<'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<TableUnionWithVectorStructSandwich<'de>> for TableUnionWithVectorStructSandwich
impl<'de> FromWire<TableUnionWithVectorStructSandwich<'de>> for TableUnionWithVectorStructSandwich
Source§fn from_wire(wire_: TableUnionWithVectorStructSandwich<'de>) -> Self
fn from_wire(wire_: TableUnionWithVectorStructSandwich<'de>) -> Self
Converts the given owned value to this type.
§const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
Source§impl PartialEq for TableUnionWithVectorStructSandwich
impl PartialEq for TableUnionWithVectorStructSandwich
Source§fn eq(&self, other: &TableUnionWithVectorStructSandwich) -> bool
fn eq(&self, other: &TableUnionWithVectorStructSandwich) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TableUnionWithVectorStructSandwich
Auto Trait Implementations§
impl Freeze for TableUnionWithVectorStructSandwich
impl RefUnwindSafe for TableUnionWithVectorStructSandwich
impl Send for TableUnionWithVectorStructSandwich
impl Sync for TableUnionWithVectorStructSandwich
impl Unpin for TableUnionWithVectorStructSandwich
impl UnsafeUnpin for TableUnionWithVectorStructSandwich
impl UnwindSafe for TableUnionWithVectorStructSandwich
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, W> FromWireOption<Box<'_, W>> for Twhere
T: FromWire<W>,
impl<T, W> FromWireOption<Box<'_, W>> for Twhere
T: FromWire<W>,
§fn from_wire_option(wire: Box<'_, W>) -> Option<T>
fn from_wire_option(wire: Box<'_, W>) -> Option<T>
Converts the given owned value to an option of this type.
§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]