pub struct DeleteMessageParams {
pub account_sid: String,
pub sid: String,
}
Expand description
struct for passing parameters to the method delete_message
Fields§
§account_sid: String
The SID of the Account associated with the Message resource
sid: String
The SID of the Message resource you wish to delete
Trait Implementations§
Source§impl Clone for DeleteMessageParams
impl Clone for DeleteMessageParams
Source§fn clone(&self) -> DeleteMessageParams
fn clone(&self) -> DeleteMessageParams
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 DeleteMessageParams
impl RefUnwindSafe for DeleteMessageParams
impl Send for DeleteMessageParams
impl Sync for DeleteMessageParams
impl Unpin for DeleteMessageParams
impl UnwindSafe for DeleteMessageParams
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