pub struct UpdateSigningKeyParams {
pub account_sid: String,
pub sid: String,
pub friendly_name: Option<String>,
}Expand description
struct for passing parameters to the method update_signing_key
Fields§
§account_sid: String§sid: String§friendly_name: Option<String>Trait Implementations§
Source§impl Clone for UpdateSigningKeyParams
impl Clone for UpdateSigningKeyParams
Source§fn clone(&self) -> UpdateSigningKeyParams
fn clone(&self) -> UpdateSigningKeyParams
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 UpdateSigningKeyParams
impl RefUnwindSafe for UpdateSigningKeyParams
impl Send for UpdateSigningKeyParams
impl Sync for UpdateSigningKeyParams
impl Unpin for UpdateSigningKeyParams
impl UnwindSafe for UpdateSigningKeyParams
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