pub struct SupportedKinds {
pub kinds: Vec<SupportedKind>,
}Expand description
Supported payment schemes and networks
Fields§
§kinds: Vec<SupportedKind>List of supported payment schemes and networks
Trait Implementations§
Source§impl Clone for SupportedKinds
impl Clone for SupportedKinds
Source§fn clone(&self) -> SupportedKinds
fn clone(&self) -> SupportedKinds
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 SupportedKinds
impl Debug for SupportedKinds
Source§impl<'de> Deserialize<'de> for SupportedKinds
impl<'de> Deserialize<'de> for SupportedKinds
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 SupportedKinds
impl RefUnwindSafe for SupportedKinds
impl Send for SupportedKinds
impl Sync for SupportedKinds
impl Unpin for SupportedKinds
impl UnwindSafe for SupportedKinds
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