pub struct OriginatingBankAccountUs { /* private fields */ }Implementations§
Source§impl OriginatingBankAccountUs
impl OriginatingBankAccountUs
Trait Implementations§
Source§impl Clone for OriginatingBankAccountUs
impl Clone for OriginatingBankAccountUs
Source§fn clone(&self) -> OriginatingBankAccountUs
fn clone(&self) -> OriginatingBankAccountUs
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 OriginatingBankAccountUs
impl Debug for OriginatingBankAccountUs
Source§impl Default for OriginatingBankAccountUs
impl Default for OriginatingBankAccountUs
Source§impl From<OriginatingBankAccountUs> for OriginatingBankAccountUs
impl From<OriginatingBankAccountUs> for OriginatingBankAccountUs
Source§fn from(value: OriginatingBankAccountUs) -> Self
fn from(value: OriginatingBankAccountUs) -> Self
Converts to this type from the input type.
Source§impl TryFrom<OriginatingBankAccountUs> for OriginatingBankAccountUs
impl TryFrom<OriginatingBankAccountUs> for OriginatingBankAccountUs
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: OriginatingBankAccountUs) -> Result<Self, ConversionError>
fn try_from(value: OriginatingBankAccountUs) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for OriginatingBankAccountUs
impl RefUnwindSafe for OriginatingBankAccountUs
impl Send for OriginatingBankAccountUs
impl Sync for OriginatingBankAccountUs
impl Unpin for OriginatingBankAccountUs
impl UnsafeUnpin for OriginatingBankAccountUs
impl UnwindSafe for OriginatingBankAccountUs
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