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