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