pub struct CreateFolderPayload {
pub client_version: String,
pub client_id: String,
pub folder_uid: String,
pub shared_folder_uid: String,
pub shared_folder_key: String,
pub data: String,
pub parent_uid: String,
}Fields§
§client_version: String§client_id: String§folder_uid: String§data: String§parent_uid: StringImplementations§
Source§impl CreateFolderPayload
impl CreateFolderPayload
Trait Implementations§
Source§impl Clone for CreateFolderPayload
impl Clone for CreateFolderPayload
Source§fn clone(&self) -> CreateFolderPayload
fn clone(&self) -> CreateFolderPayload
Returns a duplicate of the value. Read more
1.0.0 · 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 CreateFolderPayload
impl Debug for CreateFolderPayload
Source§impl<'de> Deserialize<'de> for CreateFolderPayload
impl<'de> Deserialize<'de> for CreateFolderPayload
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 CreateFolderPayload
impl PartialEq for CreateFolderPayload
Source§impl Payload for CreateFolderPayload
impl Payload for CreateFolderPayload
Source§impl Serialize for CreateFolderPayload
impl Serialize for CreateFolderPayload
impl StructuralPartialEq for CreateFolderPayload
Auto Trait Implementations§
impl Freeze for CreateFolderPayload
impl RefUnwindSafe for CreateFolderPayload
impl Send for CreateFolderPayload
impl Sync for CreateFolderPayload
impl Unpin for CreateFolderPayload
impl UnwindSafe for CreateFolderPayload
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