pub struct StatusQueryReq {
pub status_item: StatusItem,
}Expand description
StatusQueryReq() (Table 37): module → host.
Fields§
§status_item: StatusItemStatusItem queried.
Trait Implementations§
Source§impl Clone for StatusQueryReq
impl Clone for StatusQueryReq
Source§fn clone(&self) -> StatusQueryReq
fn clone(&self) -> StatusQueryReq
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 StatusQueryReq
Source§impl Debug for StatusQueryReq
impl Debug for StatusQueryReq
impl Eq for StatusQueryReq
Source§impl<'a> Parse<'a> for StatusQueryReq
impl<'a> Parse<'a> for StatusQueryReq
Source§impl PartialEq for StatusQueryReq
impl PartialEq for StatusQueryReq
Source§impl Serialize for StatusQueryReq
Available on crate feature serde only.
impl Serialize for StatusQueryReq
Available on crate feature
serde only.Source§impl Serialize for StatusQueryReq
impl Serialize for StatusQueryReq
Source§type Error = Error
type Error = Error
The error type this implementer returns (usually the same as the
corresponding
Parse impl, but need not be).Source§fn serialized_len(&self) -> usize
fn serialized_len(&self) -> usize
Number of bytes
serialize_into will write.impl StructuralPartialEq for StatusQueryReq
Auto Trait Implementations§
impl Freeze for StatusQueryReq
impl RefUnwindSafe for StatusQueryReq
impl Send for StatusQueryReq
impl Sync for StatusQueryReq
impl Unpin for StatusQueryReq
impl UnsafeUnpin for StatusQueryReq
impl UnwindSafe for StatusQueryReq
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