pub struct EmptyPayload;
Trait Implementations§
Source§impl Clone for EmptyPayload
impl Clone for EmptyPayload
Source§fn clone(&self) -> EmptyPayload
fn clone(&self) -> EmptyPayload
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for EmptyPayload
impl Debug for EmptyPayload
Source§impl Default for EmptyPayload
impl Default for EmptyPayload
Source§fn default() -> EmptyPayload
fn default() -> EmptyPayload
Returns the “default value” for a type. Read more
Source§impl PartialEq for EmptyPayload
impl PartialEq for EmptyPayload
Source§impl ToString for EmptyPayload
impl ToString for EmptyPayload
impl Copy for EmptyPayload
impl StructuralPartialEq for EmptyPayload
Auto Trait Implementations§
impl Freeze for EmptyPayload
impl RefUnwindSafe for EmptyPayload
impl Send for EmptyPayload
impl Sync for EmptyPayload
impl Unpin for EmptyPayload
impl UnwindSafe for EmptyPayload
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