pub struct PaginatedSmsDeviceList {
pub pagination: Box<Pagination>,
pub results: Vec<SmsDevice>,
}
Fields§
§pagination: Box<Pagination>
§results: Vec<SmsDevice>
Implementations§
Source§impl PaginatedSmsDeviceList
impl PaginatedSmsDeviceList
pub fn new( pagination: Pagination, results: Vec<SmsDevice>, ) -> PaginatedSmsDeviceList
Trait Implementations§
Source§impl Clone for PaginatedSmsDeviceList
impl Clone for PaginatedSmsDeviceList
Source§fn clone(&self) -> PaginatedSmsDeviceList
fn clone(&self) -> PaginatedSmsDeviceList
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 PaginatedSmsDeviceList
impl Debug for PaginatedSmsDeviceList
Source§impl Default for PaginatedSmsDeviceList
impl Default for PaginatedSmsDeviceList
Source§fn default() -> PaginatedSmsDeviceList
fn default() -> PaginatedSmsDeviceList
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PaginatedSmsDeviceList
impl<'de> Deserialize<'de> for PaginatedSmsDeviceList
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for PaginatedSmsDeviceList
impl PartialEq for PaginatedSmsDeviceList
Source§impl Serialize for PaginatedSmsDeviceList
impl Serialize for PaginatedSmsDeviceList
impl StructuralPartialEq for PaginatedSmsDeviceList
Auto Trait Implementations§
impl Freeze for PaginatedSmsDeviceList
impl RefUnwindSafe for PaginatedSmsDeviceList
impl Send for PaginatedSmsDeviceList
impl Sync for PaginatedSmsDeviceList
impl Unpin for PaginatedSmsDeviceList
impl UnwindSafe for PaginatedSmsDeviceList
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