pub struct FolderCreateOptions {
pub rtype: i32,
pub mode: i32,
}Fields§
§rtype: i32§mode: i32Implementations§
Trait Implementations§
Source§impl Debug for FolderCreateOptions
impl Debug for FolderCreateOptions
Source§impl Default for FolderCreateOptions
impl Default for FolderCreateOptions
Source§fn default() -> FolderCreateOptions
fn default() -> FolderCreateOptions
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for FolderCreateOptions
impl<'de> Deserialize<'de> for FolderCreateOptions
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 Freeze for FolderCreateOptions
impl RefUnwindSafe for FolderCreateOptions
impl Send for FolderCreateOptions
impl Sync for FolderCreateOptions
impl Unpin for FolderCreateOptions
impl UnsafeUnpin for FolderCreateOptions
impl UnwindSafe for FolderCreateOptions
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