pub struct DescribeSmsTemplateListRequest { /* private fields */ }Implementations§
Source§impl DescribeSmsTemplateListRequest
impl DescribeSmsTemplateListRequest
Sourcepub fn builder() -> DescribeSmsTemplateListRequestBuilder<((), ())>
pub fn builder() -> DescribeSmsTemplateListRequestBuilder<((), ())>
Create a builder for building DescribeSmsTemplateListRequest.
On the builder, call .template_id_set(...), .international(...) to set the values of the fields.
Finally, call .build() to create the instance of DescribeSmsTemplateListRequest.
Trait Implementations§
Source§impl Clone for DescribeSmsTemplateListRequest
impl Clone for DescribeSmsTemplateListRequest
Source§fn clone(&self) -> DescribeSmsTemplateListRequest
fn clone(&self) -> DescribeSmsTemplateListRequest
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 moreSource§impl<'v_a> ValidateArgs<'v_a> for DescribeSmsTemplateListRequest
impl<'v_a> ValidateArgs<'v_a> for DescribeSmsTemplateListRequest
Auto Trait Implementations§
impl Freeze for DescribeSmsTemplateListRequest
impl RefUnwindSafe for DescribeSmsTemplateListRequest
impl Send for DescribeSmsTemplateListRequest
impl Sync for DescribeSmsTemplateListRequest
impl Unpin for DescribeSmsTemplateListRequest
impl UnwindSafe for DescribeSmsTemplateListRequest
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