pub struct PaginatedPlexSourcePropertyMappingList {
pub pagination: Pagination,
pub results: Vec<PlexSourcePropertyMapping>,
pub autocomplete: HashMap<String, Value>,
}Fields§
§pagination: Pagination§results: Vec<PlexSourcePropertyMapping>§autocomplete: HashMap<String, Value>Implementations§
Source§impl PaginatedPlexSourcePropertyMappingList
impl PaginatedPlexSourcePropertyMappingList
pub fn new( pagination: Pagination, results: Vec<PlexSourcePropertyMapping>, autocomplete: HashMap<String, Value>, ) -> PaginatedPlexSourcePropertyMappingList
Trait Implementations§
Source§impl Clone for PaginatedPlexSourcePropertyMappingList
impl Clone for PaginatedPlexSourcePropertyMappingList
Source§fn clone(&self) -> PaginatedPlexSourcePropertyMappingList
fn clone(&self) -> PaginatedPlexSourcePropertyMappingList
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 Default for PaginatedPlexSourcePropertyMappingList
impl Default for PaginatedPlexSourcePropertyMappingList
Source§fn default() -> PaginatedPlexSourcePropertyMappingList
fn default() -> PaginatedPlexSourcePropertyMappingList
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PaginatedPlexSourcePropertyMappingList
impl<'de> Deserialize<'de> for PaginatedPlexSourcePropertyMappingList
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 PaginatedPlexSourcePropertyMappingList
impl PartialEq for PaginatedPlexSourcePropertyMappingList
Source§fn eq(&self, other: &PaginatedPlexSourcePropertyMappingList) -> bool
fn eq(&self, other: &PaginatedPlexSourcePropertyMappingList) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PaginatedPlexSourcePropertyMappingList
Auto Trait Implementations§
impl Freeze for PaginatedPlexSourcePropertyMappingList
impl RefUnwindSafe for PaginatedPlexSourcePropertyMappingList
impl Send for PaginatedPlexSourcePropertyMappingList
impl Sync for PaginatedPlexSourcePropertyMappingList
impl Unpin for PaginatedPlexSourcePropertyMappingList
impl UnsafeUnpin for PaginatedPlexSourcePropertyMappingList
impl UnwindSafe for PaginatedPlexSourcePropertyMappingList
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