pub struct Target { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<___D> Decode<___D> for Targetwhere
___D: InternalHandleDecoder + ?Sized + HandleDecoder,
impl<___D> Decode<___D> for Targetwhere
___D: InternalHandleDecoder + ?Sized + HandleDecoder,
Source§impl<___E> EncodeOption<Target, ___E> for Target
impl<___E> EncodeOption<Target, ___E> for Target
Source§fn encode_option(
this: Option<Self>,
encoder: &mut ___E,
out: &mut MaybeUninit<Target>,
_: (),
) -> Result<(), EncodeError>
fn encode_option( this: Option<Self>, encoder: &mut ___E, out: &mut MaybeUninit<Target>, _: (), ) -> Result<(), EncodeError>
Encodes this optional value into an encoder and output.
Source§impl FromWireOption<Target> for Box<Target>
impl FromWireOption<Target> for Box<Target>
Source§fn from_wire_option(wire: Target) -> Option<Self>
fn from_wire_option(wire: Target) -> Option<Self>
Converts the given owned value to an option of this type.
Source§impl FromWireOption<Target> for Target
impl FromWireOption<Target> for Target
Source§fn from_wire_option(wire: Target) -> Option<Self>
fn from_wire_option(wire: Target) -> Option<Self>
Converts the given owned value to an option of this type.
Auto Trait Implementations§
impl Freeze for Target
impl RefUnwindSafe for Target
impl Send for Target
impl Sync for Target
impl Unpin for Target
impl UnsafeUnpin for Target
impl UnwindSafe for Target
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> 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]