pub struct GetConfirmedSignaturesForAddress2Config {
pub before: Option<Signature>,
pub until: Option<Signature>,
pub limit: Option<usize>,
pub commitment: Option<CommitmentConfig>,
}
Fields§
§before: Option<Signature>
§until: Option<Signature>
§limit: Option<usize>
§commitment: Option<CommitmentConfig>
Trait Implementations§
source§impl Default for GetConfirmedSignaturesForAddress2Config
impl Default for GetConfirmedSignaturesForAddress2Config
source§fn default() -> GetConfirmedSignaturesForAddress2Config
fn default() -> GetConfirmedSignaturesForAddress2Config
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for GetConfirmedSignaturesForAddress2Config
impl Send for GetConfirmedSignaturesForAddress2Config
impl Sync for GetConfirmedSignaturesForAddress2Config
impl Unpin for GetConfirmedSignaturesForAddress2Config
impl UnwindSafe for GetConfirmedSignaturesForAddress2Config
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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