pub struct TransactionQueryParams { /* private fields */ }Implementations§
Source§impl TransactionQueryParams
impl TransactionQueryParams
pub fn create() -> TransactionQueryParamsBuilder
Sourcepub fn to_query_string(&self) -> String
pub fn to_query_string(&self) -> String
Serializes a TransactionQueryParams into a query string.
Trait Implementations§
Source§impl Clone for TransactionQueryParams
impl Clone for TransactionQueryParams
Source§fn clone(&self) -> TransactionQueryParams
fn clone(&self) -> TransactionQueryParams
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 TransactionQueryParams
impl Debug for TransactionQueryParams
Source§impl Default for TransactionQueryParams
impl Default for TransactionQueryParams
Source§fn default() -> TransactionQueryParams
fn default() -> TransactionQueryParams
Returns the “default value” for a type. Read more
Source§impl PartialEq for TransactionQueryParams
impl PartialEq for TransactionQueryParams
Source§impl Serialize for TransactionQueryParams
impl Serialize for TransactionQueryParams
impl Eq for TransactionQueryParams
impl StructuralPartialEq for TransactionQueryParams
Auto Trait Implementations§
impl Freeze for TransactionQueryParams
impl RefUnwindSafe for TransactionQueryParams
impl Send for TransactionQueryParams
impl Sync for TransactionQueryParams
impl Unpin for TransactionQueryParams
impl UnwindSafe for TransactionQueryParams
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> Clear for Twhere
T: InitializableFromZeroed + ?Sized,
impl<T> Clear for Twhere
T: InitializableFromZeroed + ?Sized,
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> InitializableFromZeroed for Twhere
T: Default,
impl<T> InitializableFromZeroed for Twhere
T: Default,
Source§unsafe fn initialize(place: *mut T)
unsafe fn initialize(place: *mut T)
Called to initialize a place to a valid value, after it is set
to all-bits-zero. Read more