pub struct UpdateUserSettings {
pub max_leverage: HashMap<String, f64>,
pub meta: ActionMeta,
}Fields§
§max_leverage: HashMap<String, f64>§meta: ActionMetaTrait Implementations§
Source§impl Clone for UpdateUserSettings
impl Clone for UpdateUserSettings
Source§fn clone(&self) -> UpdateUserSettings
fn clone(&self) -> UpdateUserSettings
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 UpdateUserSettings
impl Debug for UpdateUserSettings
Source§impl<'de> Deserialize<'de> for UpdateUserSettings
impl<'de> Deserialize<'de> for UpdateUserSettings
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
Source§impl From<UpdateUserSettings> for Action
impl From<UpdateUserSettings> for Action
Source§fn from(o: UpdateUserSettings) -> Self
fn from(o: UpdateUserSettings) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for UpdateUserSettings
impl RefUnwindSafe for UpdateUserSettings
impl Send for UpdateUserSettings
impl Sync for UpdateUserSettings
impl Unpin for UpdateUserSettings
impl UnsafeUnpin for UpdateUserSettings
impl UnwindSafe for UpdateUserSettings
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