pub struct GetStakesQuery {
pub limit: Option<i64>,
pub pagination_token: Option<String>,
}Expand description
Query parameters for the GetStakesQuery operation.
Fields§
§limit: Option<i64>§pagination_token: Option<String>Trait Implementations§
Source§impl Clone for GetStakesQuery
impl Clone for GetStakesQuery
Source§fn clone(&self) -> GetStakesQuery
fn clone(&self) -> GetStakesQuery
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 Debug for GetStakesQuery
impl Debug for GetStakesQuery
Source§impl<'de> Deserialize<'de> for GetStakesQuery
impl<'de> Deserialize<'de> for GetStakesQuery
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 GetStakesQuery
impl RefUnwindSafe for GetStakesQuery
impl Send for GetStakesQuery
impl Sync for GetStakesQuery
impl Unpin for GetStakesQuery
impl UnsafeUnpin for GetStakesQuery
impl UnwindSafe for GetStakesQuery
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