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