pub struct UpdateUserDataStreamIsolatedV1Params {
pub listen_key: String,
pub symbol: String,
}Expand description
struct for passing parameters to the method update_user_data_stream_isolated_v1
Fields§
§listen_key: String§symbol: StringTrait Implementations§
Source§impl Clone for UpdateUserDataStreamIsolatedV1Params
impl Clone for UpdateUserDataStreamIsolatedV1Params
Source§fn clone(&self) -> UpdateUserDataStreamIsolatedV1Params
fn clone(&self) -> UpdateUserDataStreamIsolatedV1Params
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 UpdateUserDataStreamIsolatedV1Params
impl Default for UpdateUserDataStreamIsolatedV1Params
Source§fn default() -> UpdateUserDataStreamIsolatedV1Params
fn default() -> UpdateUserDataStreamIsolatedV1Params
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for UpdateUserDataStreamIsolatedV1Params
impl RefUnwindSafe for UpdateUserDataStreamIsolatedV1Params
impl Send for UpdateUserDataStreamIsolatedV1Params
impl Sync for UpdateUserDataStreamIsolatedV1Params
impl Unpin for UpdateUserDataStreamIsolatedV1Params
impl UnwindSafe for UpdateUserDataStreamIsolatedV1Params
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