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