pub struct ResolvedPayload {}
Expand description
Payload for Resolved events.
Trait Implementations§
Source§impl Clone for ResolvedPayload
impl Clone for ResolvedPayload
Source§fn clone(&self) -> ResolvedPayload
fn clone(&self) -> ResolvedPayload
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 ResolvedPayload
impl Debug for ResolvedPayload
Source§impl Encodable for ResolvedPayload
impl Encodable for ResolvedPayload
Source§type Encoded = WireResolvedPayload
type Encoded = WireResolvedPayload
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 ResolvedPayloadwhere
___E: Encoder + ?Sized,
impl<___E> Encode<___E> for ResolvedPayloadwhere
___E: Encoder + ?Sized,
Source§impl TakeFrom<WireResolvedPayload> for ResolvedPayload
impl TakeFrom<WireResolvedPayload> for ResolvedPayload
Source§fn take_from(from: &WireResolvedPayload) -> Self
fn take_from(from: &WireResolvedPayload) -> 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 ResolvedPayload
impl RefUnwindSafe for ResolvedPayload
impl Send for ResolvedPayload
impl Sync for ResolvedPayload
impl Unpin for ResolvedPayload
impl UnwindSafe for ResolvedPayload
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