Struct alfresco_sdk::models::structs::SiteContainerPagingList
source · pub struct SiteContainerPagingList {
pub pagination: Pagination,
pub entries: Vec<SiteContainerEntry>,
}
Fields§
§pagination: Pagination
§entries: Vec<SiteContainerEntry>
Trait Implementations§
source§impl Clone for SiteContainerPagingList
impl Clone for SiteContainerPagingList
source§fn clone(&self) -> SiteContainerPagingList
fn clone(&self) -> SiteContainerPagingList
Returns a copy 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 SiteContainerPagingList
impl Debug for SiteContainerPagingList
source§impl<'de> Deserialize<'de> for SiteContainerPagingList
impl<'de> Deserialize<'de> for SiteContainerPagingList
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 RefUnwindSafe for SiteContainerPagingList
impl Send for SiteContainerPagingList
impl Sync for SiteContainerPagingList
impl Unpin for SiteContainerPagingList
impl UnwindSafe for SiteContainerPagingList
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