pub enum LandingCompanyDetails {
Iom,
Malta,
Maltainvest,
Svg,
Virtual,
Vanuatu,
Samoa,
Samoa_Virtual,
Dsl,
Bvi,
Labuan,
Dml,
}
Expand description
Landing company shortcode.
Variants§
Trait Implementations§
Source§impl Clone for LandingCompanyDetails
impl Clone for LandingCompanyDetails
Source§fn clone(&self) -> LandingCompanyDetails
fn clone(&self) -> LandingCompanyDetails
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 LandingCompanyDetails
impl Debug for LandingCompanyDetails
Source§impl<'de> Deserialize<'de> for LandingCompanyDetails
impl<'de> Deserialize<'de> for LandingCompanyDetails
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 LandingCompanyDetails
impl RefUnwindSafe for LandingCompanyDetails
impl Send for LandingCompanyDetails
impl Sync for LandingCompanyDetails
impl Unpin for LandingCompanyDetails
impl UnwindSafe for LandingCompanyDetails
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