pub struct KeepaliveUserDataStreamParams {
pub listen_key: String,
}Expand description
Request parameters for the [keepalive_user_data_stream] operation.
This struct holds all of the inputs you can pass when calling
keepalive_user_data_stream.
Fields§
§listen_key: StringThe listen_key parameter.
This field is **required.
Implementations§
Source§impl KeepaliveUserDataStreamParams
impl KeepaliveUserDataStreamParams
Sourcepub fn builder(listen_key: String) -> KeepaliveUserDataStreamParamsBuilder
pub fn builder(listen_key: String) -> KeepaliveUserDataStreamParamsBuilder
Create a builder for [keepalive_user_data_stream].
Required parameters:
listen_key— String
Trait Implementations§
Source§impl Clone for KeepaliveUserDataStreamParams
impl Clone for KeepaliveUserDataStreamParams
Source§fn clone(&self) -> KeepaliveUserDataStreamParams
fn clone(&self) -> KeepaliveUserDataStreamParams
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for KeepaliveUserDataStreamParams
impl RefUnwindSafe for KeepaliveUserDataStreamParams
impl Send for KeepaliveUserDataStreamParams
impl Sync for KeepaliveUserDataStreamParams
impl Unpin for KeepaliveUserDataStreamParams
impl UnsafeUnpin for KeepaliveUserDataStreamParams
impl UnwindSafe for KeepaliveUserDataStreamParams
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