pub struct EchoPayload(pub [u8; 64]);Tuple Fields§
§0: [u8; 64]Trait Implementations§
Source§impl Clone for EchoPayload
impl Clone for EchoPayload
Source§fn clone(&self) -> EchoPayload
fn clone(&self) -> EchoPayload
Returns a duplicate 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 EchoPayload
impl Debug for EchoPayload
Source§impl PartialEq for EchoPayload
impl PartialEq for EchoPayload
impl Copy for EchoPayload
impl Eq for EchoPayload
impl StructuralPartialEq for EchoPayload
Auto Trait Implementations§
impl Freeze for EchoPayload
impl RefUnwindSafe for EchoPayload
impl Send for EchoPayload
impl Sync for EchoPayload
impl Unpin for EchoPayload
impl UnwindSafe for EchoPayload
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