Enum dropbox_sdk::sharing::ShareFolderLaunch
source · pub enum ShareFolderLaunch {
AsyncJobId(AsyncJobId),
Complete(SharedFolderMetadata),
}Available on crate feature
dbx_sharing only.Variants§
AsyncJobId(AsyncJobId)
This response indicates that the processing is asynchronous. The string is an id that can be used to obtain the status of the asynchronous job.
Complete(SharedFolderMetadata)
Trait Implementations§
source§fn clone(&self) -> ShareFolderLaunch
fn clone(&self) -> ShareFolderLaunch
Returns a copy 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§fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
source§fn from(parent: LaunchResultBase) -> Self
fn from(parent: LaunchResultBase) -> Self
Converts to this type from the input type.
source§fn eq(&self, other: &ShareFolderLaunch) -> bool
fn eq(&self, other: &ShareFolderLaunch) -> bool
This method tests for
self and other values to be equal, and is used
by ==.Auto Trait Implementations§
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