pub struct FilePathCollection {
pub total_count: i64,
pub entries: Vec<FolderMini>,
}Fields§
§total_count: i64§entries: Vec<FolderMini>Trait Implementations§
Source§impl Clone for FilePathCollection
impl Clone for FilePathCollection
Source§fn clone(&self) -> FilePathCollection
fn clone(&self) -> FilePathCollection
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 FilePathCollection
impl Debug for FilePathCollection
Source§impl Default for FilePathCollection
impl Default for FilePathCollection
Source§fn default() -> FilePathCollection
fn default() -> FilePathCollection
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for FilePathCollection
impl<'de> Deserialize<'de> for FilePathCollection
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 FilePathCollection
impl PartialEq for FilePathCollection
Source§impl Serialize for FilePathCollection
impl Serialize for FilePathCollection
impl StructuralPartialEq for FilePathCollection
Auto Trait Implementations§
impl Freeze for FilePathCollection
impl RefUnwindSafe for FilePathCollection
impl Send for FilePathCollection
impl Sync for FilePathCollection
impl Unpin for FilePathCollection
impl UnsafeUnpin for FilePathCollection
impl UnwindSafe for FilePathCollection
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