Struct onedrive::FolderView
source · pub struct FolderView {
pub sort_by: String,
pub sort_order: String,
pub view_type: String,
}Expand description
Struct that provides or sets recommendations on the user-experience of a folder.
Fields§
§sort_by: StringThe method by which the folder should be sorted.
sort_order: StringIf true, indicates that items should be sorted in descending order. Otherwise, items should be sorted ascending.
view_type: StringThe type of view that should be used to represent the folder.
Trait Implementations§
source§impl Debug for FolderView
impl Debug for FolderView
source§impl<'de> Deserialize<'de> for FolderView
impl<'de> Deserialize<'de> for FolderView
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 FolderView
impl Send for FolderView
impl Sync for FolderView
impl Unpin for FolderView
impl UnwindSafe for FolderView
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