pub struct VendorPaymentBankDetail { /* private fields */ }Expand description
Vendor Payment Bank Detail
Represents the bank details used for vendor payments in QuickBooks Online.
Trait Implementations§
Source§impl Clone for VendorPaymentBankDetail
impl Clone for VendorPaymentBankDetail
Source§fn clone(&self) -> VendorPaymentBankDetail
fn clone(&self) -> VendorPaymentBankDetail
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 VendorPaymentBankDetail
impl Debug for VendorPaymentBankDetail
Source§impl Default for VendorPaymentBankDetail
impl Default for VendorPaymentBankDetail
Source§fn default() -> VendorPaymentBankDetail
fn default() -> VendorPaymentBankDetail
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for VendorPaymentBankDetailwhere
VendorPaymentBankDetail: Default,
impl<'de> Deserialize<'de> for VendorPaymentBankDetailwhere
VendorPaymentBankDetail: Default,
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
Source§impl PartialEq for VendorPaymentBankDetail
impl PartialEq for VendorPaymentBankDetail
Source§impl Serialize for VendorPaymentBankDetail
impl Serialize for VendorPaymentBankDetail
impl StructuralPartialEq for VendorPaymentBankDetail
Auto Trait Implementations§
impl Freeze for VendorPaymentBankDetail
impl RefUnwindSafe for VendorPaymentBankDetail
impl Send for VendorPaymentBankDetail
impl Sync for VendorPaymentBankDetail
impl Unpin for VendorPaymentBankDetail
impl UnwindSafe for VendorPaymentBankDetail
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