pub struct UnresolvedPayload {}
Expand description
Payload for Unresolved events.
Trait Implementations§
Source§impl Clone for UnresolvedPayload
impl Clone for UnresolvedPayload
Source§fn clone(&self) -> UnresolvedPayload
fn clone(&self) -> UnresolvedPayload
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for UnresolvedPayload
impl Debug for UnresolvedPayload
Source§impl Encodable for UnresolvedPayload
impl Encodable for UnresolvedPayload
Source§type Encoded = WireUnresolvedPayload
type Encoded = WireUnresolvedPayload
The wire type for the value.
§const COPY_OPTIMIZATION: CopyOptimization<Self> = _
const COPY_OPTIMIZATION: CopyOptimization<Self> = _
An optimization flag that allows the bytes of this type to be copied directly during
encoding instead of calling
encode
. Read moreSource§impl<___E> Encode<___E> for UnresolvedPayloadwhere
___E: Encoder + ?Sized,
impl<___E> Encode<___E> for UnresolvedPayloadwhere
___E: Encoder + ?Sized,
Source§impl TakeFrom<WireUnresolvedPayload> for UnresolvedPayload
impl TakeFrom<WireUnresolvedPayload> for UnresolvedPayload
Source§fn take_from(from: &WireUnresolvedPayload) -> Self
fn take_from(from: &WireUnresolvedPayload) -> Self
Converts from the given
T
, taking any resources that can’t be cloned.§const COPY_OPTIMIZATION: CopyOptimization<Self> = _
const COPY_OPTIMIZATION: CopyOptimization<Self> = _
An optimization flag that allows the bytes of this type to be copied directly during
conversion instead of calling
take_from
. Read moreAuto Trait Implementations§
impl Freeze for UnresolvedPayload
impl RefUnwindSafe for UnresolvedPayload
impl Send for UnresolvedPayload
impl Sync for UnresolvedPayload
impl Unpin for UnresolvedPayload
impl UnwindSafe for UnresolvedPayload
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