pub struct InvestmentsAuthGetRequestOptions {
pub account_ids: Option<Vec<String>>,
}Expand description
An optional object to filter /investments/auth/get results.
Fields§
§account_ids: Option<Vec<String>>An array of account_ids to retrieve for the Item. An error will be returned if a provided account_id is not associated with the Item.
Trait Implementations§
Source§impl Clone for InvestmentsAuthGetRequestOptions
impl Clone for InvestmentsAuthGetRequestOptions
Source§fn clone(&self) -> InvestmentsAuthGetRequestOptions
fn clone(&self) -> InvestmentsAuthGetRequestOptions
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 Default for InvestmentsAuthGetRequestOptions
impl Default for InvestmentsAuthGetRequestOptions
Source§fn default() -> InvestmentsAuthGetRequestOptions
fn default() -> InvestmentsAuthGetRequestOptions
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InvestmentsAuthGetRequestOptions
impl<'de> Deserialize<'de> for InvestmentsAuthGetRequestOptions
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 InvestmentsAuthGetRequestOptions
impl RefUnwindSafe for InvestmentsAuthGetRequestOptions
impl Send for InvestmentsAuthGetRequestOptions
impl Sync for InvestmentsAuthGetRequestOptions
impl Unpin for InvestmentsAuthGetRequestOptions
impl UnwindSafe for InvestmentsAuthGetRequestOptions
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