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