pub struct UsBankAccountNetworks {
pub preferred: Option<String>,
pub supported: Vec<UsBankAccountNetworksSupported>,
}
Fields§
§preferred: Option<String>
The preferred network.
supported: Vec<UsBankAccountNetworksSupported>
All supported networks.
Trait Implementations§
Source§impl Clone for UsBankAccountNetworks
impl Clone for UsBankAccountNetworks
Source§fn clone(&self) -> UsBankAccountNetworks
fn clone(&self) -> UsBankAccountNetworks
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 UsBankAccountNetworks
impl Debug for UsBankAccountNetworks
Source§impl Deserialize for UsBankAccountNetworks
impl Deserialize for UsBankAccountNetworks
Source§impl FromValueOpt for UsBankAccountNetworks
impl FromValueOpt for UsBankAccountNetworks
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for UsBankAccountNetworks
impl RefUnwindSafe for UsBankAccountNetworks
impl Send for UsBankAccountNetworks
impl Sync for UsBankAccountNetworks
impl Unpin for UsBankAccountNetworks
impl UnwindSafe for UsBankAccountNetworks
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