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