Struct alfresco_sdk::models::structs::NodeChildAssociationPaging
source · pub struct NodeChildAssociationPaging {
pub list: Option<NodeChildAssociationPagingList>,
}
Fields§
§list: Option<NodeChildAssociationPagingList>
Trait Implementations§
source§impl Clone for NodeChildAssociationPaging
impl Clone for NodeChildAssociationPaging
source§fn clone(&self) -> NodeChildAssociationPaging
fn clone(&self) -> NodeChildAssociationPaging
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 NodeChildAssociationPaging
impl Debug for NodeChildAssociationPaging
source§impl<'de> Deserialize<'de> for NodeChildAssociationPaging
impl<'de> Deserialize<'de> for NodeChildAssociationPaging
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 NodeChildAssociationPaging
impl Send for NodeChildAssociationPaging
impl Sync for NodeChildAssociationPaging
impl Unpin for NodeChildAssociationPaging
impl UnwindSafe for NodeChildAssociationPaging
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