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