pub enum LandingCompany {
Iom,
Malta,
Maltainvest,
Svg,
Virtual,
Vanuatu,
}
Expand description
[Optional] Indicates which landing company to get a list of contracts for. If you are logged in, your account’s landing company will override this field.
Variants§
Trait Implementations§
Source§impl Clone for LandingCompany
impl Clone for LandingCompany
Source§fn clone(&self) -> LandingCompany
fn clone(&self) -> LandingCompany
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 LandingCompany
impl Debug for LandingCompany
Source§impl<'de> Deserialize<'de> for LandingCompany
impl<'de> Deserialize<'de> for LandingCompany
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 LandingCompany
impl RefUnwindSafe for LandingCompany
impl Send for LandingCompany
impl Sync for LandingCompany
impl Unpin for LandingCompany
impl UnwindSafe for LandingCompany
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