Struct primitives::sentry::AllSpendersQuery
source · pub struct AllSpendersQuery {
pub page: u64,
}
Fields
page: u64
Trait Implementations
sourceimpl Debug for AllSpendersQuery
impl Debug for AllSpendersQuery
sourceimpl<'de> Deserialize<'de> for AllSpendersQuery
impl<'de> Deserialize<'de> for AllSpendersQuery
sourcefn 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
sourceimpl Serialize for AllSpendersQuery
impl Serialize for AllSpendersQuery
Auto Trait Implementations
impl RefUnwindSafe for AllSpendersQuery
impl Send for AllSpendersQuery
impl Sync for AllSpendersQuery
impl Unpin for AllSpendersQuery
impl UnwindSafe for AllSpendersQuery
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more