pub struct ACHDetails {
pub account_number_suffix: Option<String>,
pub account_type: Option<BankAccountOwnershipType>,
pub routing_number: Option<String>,
}Fields§
§account_number_suffix: Option<String>§account_type: Option<BankAccountOwnershipType>§routing_number: Option<String>Trait Implementations§
Source§impl Clone for ACHDetails
impl Clone for ACHDetails
Source§fn clone(&self) -> ACHDetails
fn clone(&self) -> ACHDetails
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 ACHDetails
impl Debug for ACHDetails
Source§impl<'de> Deserialize<'de> for ACHDetails
impl<'de> Deserialize<'de> for ACHDetails
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 ACHDetails
impl RefUnwindSafe for ACHDetails
impl Send for ACHDetails
impl Sync for ACHDetails
impl Unpin for ACHDetails
impl UnwindSafe for ACHDetails
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