pub struct DescribeSmsSignListRequest { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for DescribeSmsSignListRequest
impl Clone for DescribeSmsSignListRequest
Source§fn clone(&self) -> DescribeSmsSignListRequest
fn clone(&self) -> DescribeSmsSignListRequest
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 Debug for DescribeSmsSignListRequest
impl Debug for DescribeSmsSignListRequest
Source§impl<'v_a> ValidateArgs<'v_a> for DescribeSmsSignListRequest
impl<'v_a> ValidateArgs<'v_a> for DescribeSmsSignListRequest
Auto Trait Implementations§
impl Freeze for DescribeSmsSignListRequest
impl RefUnwindSafe for DescribeSmsSignListRequest
impl Send for DescribeSmsSignListRequest
impl Sync for DescribeSmsSignListRequest
impl Unpin for DescribeSmsSignListRequest
impl UnwindSafe for DescribeSmsSignListRequest
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