#[repr(packed(1))]pub struct MsgGSGetReputationResponse { /* private fields */ }
Trait Implementations§
Source§impl Clone for MsgGSGetReputationResponse
impl Clone for MsgGSGetReputationResponse
Source§fn clone(&self) -> MsgGSGetReputationResponse
fn clone(&self) -> MsgGSGetReputationResponse
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 MsgGSGetReputationResponse
impl Debug for MsgGSGetReputationResponse
Source§impl DeserializableBytes for MsgGSGetReputationResponse
impl DeserializableBytes for MsgGSGetReputationResponse
fn from_bytes(packet_data: &[u8]) -> Self
Source§impl<'de> Deserialize<'de> for MsgGSGetReputationResponse
impl<'de> Deserialize<'de> for MsgGSGetReputationResponse
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
impl Copy for MsgGSGetReputationResponse
impl Eq for MsgGSGetReputationResponse
impl StructuralPartialEq for MsgGSGetReputationResponse
Auto Trait Implementations§
impl Freeze for MsgGSGetReputationResponse
impl RefUnwindSafe for MsgGSGetReputationResponse
impl Send for MsgGSGetReputationResponse
impl Sync for MsgGSGetReputationResponse
impl Unpin for MsgGSGetReputationResponse
impl UnwindSafe for MsgGSGetReputationResponse
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