Enum dropbox_sdk::team::RevokeDeviceSessionArg
source · [−]pub enum RevokeDeviceSessionArg {
WebSession(DeviceSessionArg),
DesktopClient(RevokeDesktopClientArg),
MobileClient(DeviceSessionArg),
}Available 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
sourceimpl Clone for RevokeDeviceSessionArg
impl Clone for RevokeDeviceSessionArg
sourcefn clone(&self) -> RevokeDeviceSessionArg
fn clone(&self) -> RevokeDeviceSessionArg
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for RevokeDeviceSessionArg
impl Debug for RevokeDeviceSessionArg
sourceimpl<'de> Deserialize<'de> for RevokeDeviceSessionArg
impl<'de> Deserialize<'de> for RevokeDeviceSessionArg
sourcefn 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
sourceimpl PartialEq<RevokeDeviceSessionArg> for RevokeDeviceSessionArg
impl PartialEq<RevokeDeviceSessionArg> for RevokeDeviceSessionArg
sourcefn eq(&self, other: &RevokeDeviceSessionArg) -> bool
fn eq(&self, other: &RevokeDeviceSessionArg) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &RevokeDeviceSessionArg) -> bool
fn ne(&self, other: &RevokeDeviceSessionArg) -> bool
This method tests for !=.
sourceimpl Serialize for RevokeDeviceSessionArg
impl Serialize for RevokeDeviceSessionArg
impl Eq for RevokeDeviceSessionArg
impl StructuralEq for RevokeDeviceSessionArg
impl StructuralPartialEq for RevokeDeviceSessionArg
Auto Trait Implementations
impl RefUnwindSafe for RevokeDeviceSessionArg
impl Send for RevokeDeviceSessionArg
impl Sync for RevokeDeviceSessionArg
impl Unpin for RevokeDeviceSessionArg
impl UnwindSafe for RevokeDeviceSessionArg
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more