pub struct GetFolderTrashItemsSort(pub String);Tuple Fields§
§0: StringImplementations§
Trait Implementations§
Source§impl Clone for GetFolderTrashItemsSort
impl Clone for GetFolderTrashItemsSort
Source§fn clone(&self) -> GetFolderTrashItemsSort
fn clone(&self) -> GetFolderTrashItemsSort
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 GetFolderTrashItemsSort
impl Debug for GetFolderTrashItemsSort
Source§impl Default for GetFolderTrashItemsSort
impl Default for GetFolderTrashItemsSort
Source§fn default() -> GetFolderTrashItemsSort
fn default() -> GetFolderTrashItemsSort
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetFolderTrashItemsSort
impl<'de> Deserialize<'de> for GetFolderTrashItemsSort
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
impl Eq for GetFolderTrashItemsSort
Source§impl PartialEq for GetFolderTrashItemsSort
impl PartialEq for GetFolderTrashItemsSort
Source§impl Serialize for GetFolderTrashItemsSort
impl Serialize for GetFolderTrashItemsSort
impl StructuralPartialEq for GetFolderTrashItemsSort
Auto Trait Implementations§
impl Freeze for GetFolderTrashItemsSort
impl RefUnwindSafe for GetFolderTrashItemsSort
impl Send for GetFolderTrashItemsSort
impl Sync for GetFolderTrashItemsSort
impl Unpin for GetFolderTrashItemsSort
impl UnsafeUnpin for GetFolderTrashItemsSort
impl UnwindSafe for GetFolderTrashItemsSort
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