pub struct CollectionFolders {
pub folders: Vec<CollectionFolder>,
pub extra: ExtraFields,
}Fields§
§folders: Vec<CollectionFolder>§extra: ExtraFieldsTrait Implementations§
Source§impl Clone for CollectionFolders
impl Clone for CollectionFolders
Source§fn clone(&self) -> CollectionFolders
fn clone(&self) -> CollectionFolders
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 CollectionFolders
impl Debug for CollectionFolders
Source§impl<'de> Deserialize<'de> for CollectionFolders
impl<'de> Deserialize<'de> for CollectionFolders
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 CollectionFolders
impl RefUnwindSafe for CollectionFolders
impl Send for CollectionFolders
impl Sync for CollectionFolders
impl Unpin for CollectionFolders
impl UnsafeUnpin for CollectionFolders
impl UnwindSafe for CollectionFolders
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