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