pub enum StellarWalletTransactionsFilterInput {
Inline(StellarWalletTransactionsFilterTemplate),
ByList(StellarWalletTransactionsFilterByListTemplate),
}Expand description
StellarWalletTransactionsSourceAccountFilter template arguments in
either inline or by-list form.
Variants§
Inline(StellarWalletTransactionsFilterTemplate)
ByList(StellarWalletTransactionsFilterByListTemplate)
Trait Implementations§
Source§impl Clone for StellarWalletTransactionsFilterInput
impl Clone for StellarWalletTransactionsFilterInput
Source§fn clone(&self) -> StellarWalletTransactionsFilterInput
fn clone(&self) -> StellarWalletTransactionsFilterInput
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<'de> Deserialize<'de> for StellarWalletTransactionsFilterInput
impl<'de> Deserialize<'de> for StellarWalletTransactionsFilterInput
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 StellarWalletTransactionsFilterInput
impl RefUnwindSafe for StellarWalletTransactionsFilterInput
impl Send for StellarWalletTransactionsFilterInput
impl Sync for StellarWalletTransactionsFilterInput
impl Unpin for StellarWalletTransactionsFilterInput
impl UnsafeUnpin for StellarWalletTransactionsFilterInput
impl UnwindSafe for StellarWalletTransactionsFilterInput
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