#[repr(packed(1))]pub struct MsgChannelEncryptResponse { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for MsgChannelEncryptResponse
impl Clone for MsgChannelEncryptResponse
Source§fn clone(&self) -> MsgChannelEncryptResponse
fn clone(&self) -> MsgChannelEncryptResponse
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 MsgChannelEncryptResponse
impl Debug for MsgChannelEncryptResponse
Source§impl DeserializableBytes for MsgChannelEncryptResponse
impl DeserializableBytes for MsgChannelEncryptResponse
fn from_bytes(packet_data: &[u8]) -> Self
Source§impl<'de> Deserialize<'de> for MsgChannelEncryptResponse
impl<'de> Deserialize<'de> for MsgChannelEncryptResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl HasEMsg for MsgChannelEncryptResponse
impl HasEMsg for MsgChannelEncryptResponse
impl Copy for MsgChannelEncryptResponse
impl Eq for MsgChannelEncryptResponse
impl StructuralPartialEq for MsgChannelEncryptResponse
Auto Trait Implementations§
impl Freeze for MsgChannelEncryptResponse
impl RefUnwindSafe for MsgChannelEncryptResponse
impl Send for MsgChannelEncryptResponse
impl Sync for MsgChannelEncryptResponse
impl Unpin for MsgChannelEncryptResponse
impl UnwindSafe for MsgChannelEncryptResponse
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