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