pub struct DeleteSigningKeyParams {
pub account_sid: String,
pub sid: String,
}Expand description
struct for passing parameters to the method delete_signing_key
Fields§
§account_sid: String§sid: StringTrait Implementations§
Source§impl Clone for DeleteSigningKeyParams
impl Clone for DeleteSigningKeyParams
Source§fn clone(&self) -> DeleteSigningKeyParams
fn clone(&self) -> DeleteSigningKeyParams
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for DeleteSigningKeyParams
impl RefUnwindSafe for DeleteSigningKeyParams
impl Send for DeleteSigningKeyParams
impl Sync for DeleteSigningKeyParams
impl Unpin for DeleteSigningKeyParams
impl UnwindSafe for DeleteSigningKeyParams
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