pub struct GetVoicemailMessageFileParams {
pub mailbox: Option<String>,
pub folder: Option<VoicemailFolder>,
pub message_num: Option<i64>,
}Expand description
Parameters for Client::get_voicemail_message_file (wire method getVoicemailMessageFile).
Fields§
§mailbox: Option<String>§folder: Option<VoicemailFolder>§message_num: Option<i64>Trait Implementations§
Source§impl Clone for GetVoicemailMessageFileParams
impl Clone for GetVoicemailMessageFileParams
Source§fn clone(&self) -> GetVoicemailMessageFileParams
fn clone(&self) -> GetVoicemailMessageFileParams
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for GetVoicemailMessageFileParams
impl Default for GetVoicemailMessageFileParams
Source§fn default() -> GetVoicemailMessageFileParams
fn default() -> GetVoicemailMessageFileParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetVoicemailMessageFileParams
impl RefUnwindSafe for GetVoicemailMessageFileParams
impl Send for GetVoicemailMessageFileParams
impl Sync for GetVoicemailMessageFileParams
impl Unpin for GetVoicemailMessageFileParams
impl UnsafeUnpin for GetVoicemailMessageFileParams
impl UnwindSafe for GetVoicemailMessageFileParams
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