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