pub struct UpdateEmailTemplateParams {
pub tenant_id: String,
pub id: String,
pub update_email_template_body: UpdateEmailTemplateBody,
}Expand description
struct for passing parameters to the method update_email_template
Fields§
§tenant_id: String§id: String§update_email_template_body: UpdateEmailTemplateBodyTrait Implementations§
Source§impl Clone for UpdateEmailTemplateParams
impl Clone for UpdateEmailTemplateParams
Source§fn clone(&self) -> UpdateEmailTemplateParams
fn clone(&self) -> UpdateEmailTemplateParams
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 UpdateEmailTemplateParams
impl RefUnwindSafe for UpdateEmailTemplateParams
impl Send for UpdateEmailTemplateParams
impl Sync for UpdateEmailTemplateParams
impl Unpin for UpdateEmailTemplateParams
impl UnwindSafe for UpdateEmailTemplateParams
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