#[repr(C)]pub struct MsgModuleStatusQuery {
pub module_id: i32,
}Fields§
§module_id: i32Trait Implementations§
Source§impl Clone for MsgModuleStatusQuery
impl Clone for MsgModuleStatusQuery
Source§fn clone(&self) -> MsgModuleStatusQuery
fn clone(&self) -> MsgModuleStatusQuery
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for MsgModuleStatusQuery
Source§impl Debug for MsgModuleStatusQuery
impl Debug for MsgModuleStatusQuery
Source§impl Default for MsgModuleStatusQuery
impl Default for MsgModuleStatusQuery
Source§fn default() -> MsgModuleStatusQuery
fn default() -> MsgModuleStatusQuery
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MsgModuleStatusQuery
impl<'de> Deserialize<'de> for MsgModuleStatusQuery
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
Auto Trait Implementations§
impl Freeze for MsgModuleStatusQuery
impl RefUnwindSafe for MsgModuleStatusQuery
impl Send for MsgModuleStatusQuery
impl Sync for MsgModuleStatusQuery
impl Unpin for MsgModuleStatusQuery
impl UnsafeUnpin for MsgModuleStatusQuery
impl UnwindSafe for MsgModuleStatusQuery
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