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