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