Enum dropbox_sdk::team::RevokeDeviceSessionArg [−][src]
pub enum RevokeDeviceSessionArg {
WebSession(DeviceSessionArg),
DesktopClient(RevokeDesktopClientArg),
MobileClient(DeviceSessionArg),
}This is supported on crate feature
dbx_team only.Variants
WebSession(DeviceSessionArg)End an active session.
DesktopClient(RevokeDesktopClientArg)Unlink a linked desktop device.
MobileClient(DeviceSessionArg)Unlink a linked mobile device.
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 RevokeDeviceSessionArgimpl Send for RevokeDeviceSessionArgimpl Sync for RevokeDeviceSessionArgimpl Unpin for RevokeDeviceSessionArgimpl UnwindSafe for RevokeDeviceSessionArgBlanket Implementations
Mutably borrows from an owned value. Read more