pub struct PaymentagentList {
pub available_countries: Option<Vec<Vec<Option<Value>>>>,
pub list: Value,
}
Expand description
Payment Agent List
Fields§
§available_countries: Option<Vec<Vec<Option<Value>>>>
The list of countries in which payment agent is available.\n
list: Value
Field ‘list’ mapped to Value due to complexity/potential issues.\n
Trait Implementations§
Source§impl Clone for PaymentagentList
impl Clone for PaymentagentList
Source§fn clone(&self) -> PaymentagentList
fn clone(&self) -> PaymentagentList
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 PaymentagentList
impl Debug for PaymentagentList
Source§impl<'de> Deserialize<'de> for PaymentagentList
impl<'de> Deserialize<'de> for PaymentagentList
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 PaymentagentList
impl RefUnwindSafe for PaymentagentList
impl Send for PaymentagentList
impl Sync for PaymentagentList
impl Unpin for PaymentagentList
impl UnwindSafe for PaymentagentList
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