pub struct AbortsQuery {
pub request_id: Option<String>,
pub sn: Option<u64>,
pub quantity: Option<u64>,
pub page: Option<u64>,
pub reverse: Option<bool>,
}Fields§
§request_id: Option<String>§sn: Option<u64>§quantity: Option<u64>§page: Option<u64>§reverse: Option<bool>Trait Implementations§
Source§impl Clone for AbortsQuery
impl Clone for AbortsQuery
Source§fn clone(&self) -> AbortsQuery
fn clone(&self) -> AbortsQuery
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 AbortsQuery
impl Debug for AbortsQuery
Source§impl<'de> Deserialize<'de> for AbortsQuery
impl<'de> Deserialize<'de> for AbortsQuery
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 AbortsQuery
impl RefUnwindSafe for AbortsQuery
impl Send for AbortsQuery
impl Sync for AbortsQuery
impl Unpin for AbortsQuery
impl UnsafeUnpin for AbortsQuery
impl UnwindSafe for AbortsQuery
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