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