pub struct PaginatedProxyProviderList {
pub pagination: Box<Pagination>,
pub results: Vec<ProxyProvider>,
}
Fields§
§pagination: Box<Pagination>
§results: Vec<ProxyProvider>
Implementations§
Source§impl PaginatedProxyProviderList
impl PaginatedProxyProviderList
pub fn new( pagination: Pagination, results: Vec<ProxyProvider>, ) -> PaginatedProxyProviderList
Trait Implementations§
Source§impl Clone for PaginatedProxyProviderList
impl Clone for PaginatedProxyProviderList
Source§fn clone(&self) -> PaginatedProxyProviderList
fn clone(&self) -> PaginatedProxyProviderList
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 PaginatedProxyProviderList
impl Debug for PaginatedProxyProviderList
Source§impl Default for PaginatedProxyProviderList
impl Default for PaginatedProxyProviderList
Source§fn default() -> PaginatedProxyProviderList
fn default() -> PaginatedProxyProviderList
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PaginatedProxyProviderList
impl<'de> Deserialize<'de> for PaginatedProxyProviderList
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
impl StructuralPartialEq for PaginatedProxyProviderList
Auto Trait Implementations§
impl Freeze for PaginatedProxyProviderList
impl RefUnwindSafe for PaginatedProxyProviderList
impl Send for PaginatedProxyProviderList
impl Sync for PaginatedProxyProviderList
impl Unpin for PaginatedProxyProviderList
impl UnwindSafe for PaginatedProxyProviderList
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