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