pub struct DownloadBodyParams {
pub email_id: String,
}
Expand description
struct for passing parameters to the method download_body
Fields§
§email_id: String
ID of email
Trait Implementations§
Source§impl Clone for DownloadBodyParams
impl Clone for DownloadBodyParams
Source§fn clone(&self) -> DownloadBodyParams
fn clone(&self) -> DownloadBodyParams
Returns a duplicate 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 DownloadBodyParams
impl RefUnwindSafe for DownloadBodyParams
impl Send for DownloadBodyParams
impl Sync for DownloadBodyParams
impl Unpin for DownloadBodyParams
impl UnwindSafe for DownloadBodyParams
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