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