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