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