pub struct RenditionPaging {
pub list: Option<RenditionPagingList>,
}
Fields§
§list: Option<RenditionPagingList>
Trait Implementations§
Source§impl Clone for RenditionPaging
impl Clone for RenditionPaging
Source§fn clone(&self) -> RenditionPaging
fn clone(&self) -> RenditionPaging
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 RenditionPaging
impl Debug for RenditionPaging
Source§impl<'de> Deserialize<'de> for RenditionPaging
impl<'de> Deserialize<'de> for RenditionPaging
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
Auto Trait Implementations§
impl Freeze for RenditionPaging
impl RefUnwindSafe for RenditionPaging
impl Send for RenditionPaging
impl Sync for RenditionPaging
impl Unpin for RenditionPaging
impl UnwindSafe for RenditionPaging
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