pub struct GetTransfersOpts {
pub limit: Option<u32>,
pub page: Option<u32>,
pub created_before_or_at_height: Option<Height>,
pub created_before_or_at: Option<DateTime<Utc>>,
}Expand description
Filter options for transfers.
Fields§
§limit: Option<u32>Limit.
page: Option<u32>Page.
created_before_or_at_height: Option<Height>Block height.
created_before_or_at: Option<DateTime<Utc>>Time.
Trait Implementations§
Source§impl Clone for GetTransfersOpts
impl Clone for GetTransfersOpts
Source§fn clone(&self) -> GetTransfersOpts
fn clone(&self) -> GetTransfersOpts
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 GetTransfersOpts
impl Default for GetTransfersOpts
Source§fn default() -> GetTransfersOpts
fn default() -> GetTransfersOpts
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetTransfersOpts
impl RefUnwindSafe for GetTransfersOpts
impl Send for GetTransfersOpts
impl Sync for GetTransfersOpts
impl Unpin for GetTransfersOpts
impl UnsafeUnpin for GetTransfersOpts
impl UnwindSafe for GetTransfersOpts
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request