pub struct Expose<'de> { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl<___D> Decode<___D> for Expose<'static>where
___D: InternalHandleDecoder + ?Sized + Decoder,
impl<___D> Decode<___D> for Expose<'static>where
___D: InternalHandleDecoder + ?Sized + Decoder,
Source§impl<'de> FromWireOption<Expose<'de>> for Box<Expose>
impl<'de> FromWireOption<Expose<'de>> for Box<Expose>
Source§fn from_wire_option(wire: Expose<'de>) -> Option<Self>
fn from_wire_option(wire: Expose<'de>) -> Option<Self>
Converts the given
wire
to an option of this type.Source§impl<'de> FromWireOption<Expose<'de>> for Expose
impl<'de> FromWireOption<Expose<'de>> for Expose
Source§fn from_wire_option(wire: Expose<'de>) -> Option<Self>
fn from_wire_option(wire: Expose<'de>) -> Option<Self>
Converts the given
wire
to an option of this type.Source§impl<'de> FromWireOptionRef<Expose<'de>> for Box<Expose>
impl<'de> FromWireOptionRef<Expose<'de>> for Box<Expose>
Source§fn from_wire_option_ref(wire: &Expose<'de>) -> Option<Self>
fn from_wire_option_ref(wire: &Expose<'de>) -> Option<Self>
Converts the given
wire
reference to an option of this type.Source§impl Wire for Expose<'static>
impl Wire for Expose<'static>
Source§fn zero_padding(out: &mut MaybeUninit<Self>)
fn zero_padding(out: &mut MaybeUninit<Self>)
Writes zeroes to the padding for this type, if any.
impl Unconstrained for Expose<'static>
Auto Trait Implementations§
impl<'de> Freeze for Expose<'de>
impl<'de> RefUnwindSafe for Expose<'de>
impl<'de> Send for Expose<'de>
impl<'de> Sync for Expose<'de>
impl<'de> Unpin for Expose<'de>
impl<'de> !UnwindSafe for Expose<'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
§impl<T> Constrained for Twhere
T: Unconstrained,
impl<T> Constrained for Twhere
T: Unconstrained,
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
]