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