pub struct CreateAccountCapabilitiesBacsDebitPayments {
pub requested: Option<bool>,
}Available on crate feature
connect only.Fields§
§requested: Option<bool>Passing true requests the capability for the account, if it is not already requested.
A requested capability may not immediately become active.
Any requirements to activate the capability are returned in the requirements arrays.
Trait Implementations§
Source§impl Clone for CreateAccountCapabilitiesBacsDebitPayments
impl Clone for CreateAccountCapabilitiesBacsDebitPayments
Source§fn clone(&self) -> CreateAccountCapabilitiesBacsDebitPayments
fn clone(&self) -> CreateAccountCapabilitiesBacsDebitPayments
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 Default for CreateAccountCapabilitiesBacsDebitPayments
impl Default for CreateAccountCapabilitiesBacsDebitPayments
Source§fn default() -> CreateAccountCapabilitiesBacsDebitPayments
fn default() -> CreateAccountCapabilitiesBacsDebitPayments
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CreateAccountCapabilitiesBacsDebitPayments
impl<'de> Deserialize<'de> for CreateAccountCapabilitiesBacsDebitPayments
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 CreateAccountCapabilitiesBacsDebitPayments
impl RefUnwindSafe for CreateAccountCapabilitiesBacsDebitPayments
impl Send for CreateAccountCapabilitiesBacsDebitPayments
impl Sync for CreateAccountCapabilitiesBacsDebitPayments
impl Unpin for CreateAccountCapabilitiesBacsDebitPayments
impl UnwindSafe for CreateAccountCapabilitiesBacsDebitPayments
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