#[repr(C)]pub struct Sandwich7<'de> {
pub before: Uint32,
pub opt_sandwich1: Box<'de, Sandwich1>,
pub after: Uint32,
}Expand description
The wire type corresponding to Sandwich7.
Fields§
§before: Uint32§opt_sandwich1: Box<'de, Sandwich1>§after: Uint32Trait Implementations§
Source§impl Constrained for Sandwich7<'_>
impl Constrained for Sandwich7<'_>
Source§type Constraint = ()
type Constraint = ()
Type of constraint information for this type.
Source§impl<'de, ___D> Decode<___D> for Sandwich7<'de>where
___D: InternalHandleDecoder + Decoder<'de> + ?Sized,
impl<'de, ___D> Decode<___D> for Sandwich7<'de>where
___D: InternalHandleDecoder + Decoder<'de> + ?Sized,
Source§impl<'a, ___E> Encode<Sandwich7<'static>, ___E> for &'a Sandwich7where
___E: InternalHandleEncoder + Encoder + ?Sized,
impl<'a, ___E> Encode<Sandwich7<'static>, ___E> for &'a Sandwich7where
___E: InternalHandleEncoder + Encoder + ?Sized,
Source§impl<___E> Encode<Sandwich7<'static>, ___E> for Sandwich7where
___E: InternalHandleEncoder + Encoder + ?Sized,
impl<___E> Encode<Sandwich7<'static>, ___E> for Sandwich7where
___E: InternalHandleEncoder + Encoder + ?Sized,
Source§impl<___E, T0, T1, T2> Encode<Sandwich7<'static>, ___E> for Sandwich7<T0, T1, T2>
impl<___E, T0, T1, T2> Encode<Sandwich7<'static>, ___E> for Sandwich7<T0, T1, T2>
Source§impl<'de> FromWireRef<Sandwich7<'de>> for Sandwich7
impl<'de> FromWireRef<Sandwich7<'de>> for Sandwich7
Source§fn from_wire_ref(wire: &Sandwich7<'de>) -> Sandwich7
fn from_wire_ref(wire: &Sandwich7<'de>) -> Sandwich7
Converts the given reference to this type.
Auto Trait Implementations§
impl<'de> Freeze for Sandwich7<'de>
impl<'de> RefUnwindSafe for Sandwich7<'de>
impl<'de> Send for Sandwich7<'de>
impl<'de> Sync for Sandwich7<'de>
impl<'de> Unpin for Sandwich7<'de>
impl<'de> UnsafeUnpin for Sandwich7<'de>
impl<'de> !UnwindSafe for Sandwich7<'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]