pub struct FetchCallParams {
pub account_sid: String,
pub sid: String,
}
Expand description
struct for passing parameters to the method fetch_call
Fields§
§account_sid: String
The SID of the Account that created the Call resource(s) to fetch.
sid: String
The SID of the Call resource to fetch.
Trait Implementations§
Source§impl Clone for FetchCallParams
impl Clone for FetchCallParams
Source§fn clone(&self) -> FetchCallParams
fn clone(&self) -> FetchCallParams
Returns a copy 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 FetchCallParams
impl RefUnwindSafe for FetchCallParams
impl Send for FetchCallParams
impl Sync for FetchCallParams
impl Unpin for FetchCallParams
impl UnwindSafe for FetchCallParams
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