pub struct ExchangesResponseItemAccess {
pub global: Option<String>,
pub plan: Option<String>,
}Expand description
ExchangesResponseItemAccess : Info on which plan symbol is available (displayed then show_plan is true)
Fields§
§global: Option<String>Level of access to the symbol
plan: Option<String>The plan name for the symbol
Implementations§
Source§impl ExchangesResponseItemAccess
impl ExchangesResponseItemAccess
Sourcepub fn new() -> ExchangesResponseItemAccess
pub fn new() -> ExchangesResponseItemAccess
Info on which plan symbol is available (displayed then show_plan is true)
Trait Implementations§
Source§impl Clone for ExchangesResponseItemAccess
impl Clone for ExchangesResponseItemAccess
Source§fn clone(&self) -> ExchangesResponseItemAccess
fn clone(&self) -> ExchangesResponseItemAccess
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 ExchangesResponseItemAccess
impl Debug for ExchangesResponseItemAccess
Source§impl Default for ExchangesResponseItemAccess
impl Default for ExchangesResponseItemAccess
Source§fn default() -> ExchangesResponseItemAccess
fn default() -> ExchangesResponseItemAccess
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ExchangesResponseItemAccess
impl<'de> Deserialize<'de> for ExchangesResponseItemAccess
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
impl StructuralPartialEq for ExchangesResponseItemAccess
Auto Trait Implementations§
impl Freeze for ExchangesResponseItemAccess
impl RefUnwindSafe for ExchangesResponseItemAccess
impl Send for ExchangesResponseItemAccess
impl Sync for ExchangesResponseItemAccess
impl Unpin for ExchangesResponseItemAccess
impl UnwindSafe for ExchangesResponseItemAccess
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