Struct onedrive::SpecialFolder
source · pub struct SpecialFolder {
pub name: String,
}Expand description
Struct that groups special folder-related data items into a single structure.
Fields§
§name: StringThe unique identifier for this item in the /drive/special collection
Trait Implementations§
source§impl Debug for SpecialFolder
impl Debug for SpecialFolder
source§impl<'de> Deserialize<'de> for SpecialFolder
impl<'de> Deserialize<'de> for SpecialFolder
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 SpecialFolder
impl Send for SpecialFolder
impl Sync for SpecialFolder
impl Unpin for SpecialFolder
impl UnwindSafe for SpecialFolder
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