pub struct UserSettingUpdateParameters {
pub consolidated: Option<bool>,
pub portfolio_user_settings: Option<UserSettingUpdatePortfolioUserSettingsParameters>,
pub portfolio_id: i64,
}Fields§
§consolidated: Option<bool>Set to true for consolidated portfolio views
Default value: false
portfolio_user_settings: Option<UserSettingUpdatePortfolioUserSettingsParameters>§portfolio_id: i64Trait Implementations§
Source§impl Clone for UserSettingUpdateParameters
impl Clone for UserSettingUpdateParameters
Source§fn clone(&self) -> UserSettingUpdateParameters
fn clone(&self) -> UserSettingUpdateParameters
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 UserSettingUpdateParameters
impl Debug for UserSettingUpdateParameters
Auto Trait Implementations§
impl Freeze for UserSettingUpdateParameters
impl RefUnwindSafe for UserSettingUpdateParameters
impl Send for UserSettingUpdateParameters
impl Sync for UserSettingUpdateParameters
impl Unpin for UserSettingUpdateParameters
impl UnwindSafe for UserSettingUpdateParameters
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