Enum dropbox_sdk::files::LockFileResultEntry [−][src]
pub enum LockFileResultEntry {
Success(LockFileResult),
Failure(LockFileError),
}
This is supported on crate feature
dbx_files
only.Variants
Success(LockFileResult)
Tuple Fields of Success
Failure(LockFileError)
Tuple Fields of Failure
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for LockFileResultEntry
impl Send for LockFileResultEntry
impl Sync for LockFileResultEntry
impl Unpin for LockFileResultEntry
impl UnwindSafe for LockFileResultEntry
Blanket Implementations
Mutably borrows from an owned value. Read more