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