pub struct WhiteLabelLinks {
pub android: Option<String>,
pub ios: Option<String>,
pub webtrader_url: Option<String>,
pub windows: Option<String>,
}
Expand description
Links to access MT5 application for different platforms.
Fields§
§android: Option<String>
Download link for Android.\n
ios: Option<String>
Download link for iOS.\n
webtrader_url: Option<String>
MT5 webtrader url based on jurisdiction and platform\n
windows: Option<String>
Download link for Windows.\n
Trait Implementations§
Source§impl Clone for WhiteLabelLinks
impl Clone for WhiteLabelLinks
Source§fn clone(&self) -> WhiteLabelLinks
fn clone(&self) -> WhiteLabelLinks
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 WhiteLabelLinks
impl Debug for WhiteLabelLinks
Source§impl<'de> Deserialize<'de> for WhiteLabelLinks
impl<'de> Deserialize<'de> for WhiteLabelLinks
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 WhiteLabelLinks
impl RefUnwindSafe for WhiteLabelLinks
impl Send for WhiteLabelLinks
impl Sync for WhiteLabelLinks
impl Unpin for WhiteLabelLinks
impl UnwindSafe for WhiteLabelLinks
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