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