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