pub struct LinkableCarrier {
pub carrier_id: Option<String>,
pub linkable_account_types: Option<Vec<LinkableAccountType>>,
}Expand description
LinkableCarrier : Info About Linkable Carrier
Fields§
§carrier_id: Option<String>The carrier identifier for the offering, provided by the carrier.
linkable_account_types: Option<Vec<LinkableAccountType>>A list of LinkableAccountType
Implementations§
Source§impl LinkableCarrier
impl LinkableCarrier
Sourcepub fn new() -> LinkableCarrier
pub fn new() -> LinkableCarrier
Info About Linkable Carrier
Trait Implementations§
Source§impl Clone for LinkableCarrier
impl Clone for LinkableCarrier
Source§fn clone(&self) -> LinkableCarrier
fn clone(&self) -> LinkableCarrier
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 LinkableCarrier
impl Debug for LinkableCarrier
Source§impl Default for LinkableCarrier
impl Default for LinkableCarrier
Source§fn default() -> LinkableCarrier
fn default() -> LinkableCarrier
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LinkableCarrier
impl<'de> Deserialize<'de> for LinkableCarrier
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 LinkableCarrier
impl PartialEq for LinkableCarrier
Source§impl Serialize for LinkableCarrier
impl Serialize for LinkableCarrier
impl StructuralPartialEq for LinkableCarrier
Auto Trait Implementations§
impl Freeze for LinkableCarrier
impl RefUnwindSafe for LinkableCarrier
impl Send for LinkableCarrier
impl Sync for LinkableCarrier
impl Unpin for LinkableCarrier
impl UnsafeUnpin for LinkableCarrier
impl UnwindSafe for LinkableCarrier
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