pub struct DeleteFolderContentsRequest {
pub authentication_token: Option<String>,
pub folder_id: String,
}
Fields§
§authentication_token: Option<String>
Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.
folder_id: String
The ID of the folder.
Trait Implementations§
Source§impl Clone for DeleteFolderContentsRequest
impl Clone for DeleteFolderContentsRequest
Source§fn clone(&self) -> DeleteFolderContentsRequest
fn clone(&self) -> DeleteFolderContentsRequest
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 DeleteFolderContentsRequest
impl Debug for DeleteFolderContentsRequest
Source§impl Default for DeleteFolderContentsRequest
impl Default for DeleteFolderContentsRequest
Source§fn default() -> DeleteFolderContentsRequest
fn default() -> DeleteFolderContentsRequest
Returns the “default value” for a type. Read more
impl StructuralPartialEq for DeleteFolderContentsRequest
Auto Trait Implementations§
impl Freeze for DeleteFolderContentsRequest
impl RefUnwindSafe for DeleteFolderContentsRequest
impl Send for DeleteFolderContentsRequest
impl Sync for DeleteFolderContentsRequest
impl Unpin for DeleteFolderContentsRequest
impl UnwindSafe for DeleteFolderContentsRequest
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