pub struct QueryApplicationStatusResponse {
pub rows: Option<Vec<QueryApplicationStatusResponseRowsInner>>,
pub total: Option<i64>,
}Fields§
§rows: Option<Vec<QueryApplicationStatusResponseRowsInner>>§total: Option<i64>Implementations§
Trait Implementations§
Source§impl Clone for QueryApplicationStatusResponse
impl Clone for QueryApplicationStatusResponse
Source§fn clone(&self) -> QueryApplicationStatusResponse
fn clone(&self) -> QueryApplicationStatusResponse
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 moreSource§impl Default for QueryApplicationStatusResponse
impl Default for QueryApplicationStatusResponse
Source§fn default() -> QueryApplicationStatusResponse
fn default() -> QueryApplicationStatusResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for QueryApplicationStatusResponse
impl<'de> Deserialize<'de> for QueryApplicationStatusResponse
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 PartialEq for QueryApplicationStatusResponse
impl PartialEq for QueryApplicationStatusResponse
Source§fn eq(&self, other: &QueryApplicationStatusResponse) -> bool
fn eq(&self, other: &QueryApplicationStatusResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for QueryApplicationStatusResponse
Auto Trait Implementations§
impl Freeze for QueryApplicationStatusResponse
impl RefUnwindSafe for QueryApplicationStatusResponse
impl Send for QueryApplicationStatusResponse
impl Sync for QueryApplicationStatusResponse
impl Unpin for QueryApplicationStatusResponse
impl UnsafeUnpin for QueryApplicationStatusResponse
impl UnwindSafe for QueryApplicationStatusResponse
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