Enum dropbox_sdk::team_policies::RolloutMethod
source · [−]pub enum RolloutMethod {
UnlinkAll,
UnlinkMostInactive,
AddMemberToExceptions,
}Available on crate feature
dbx_team_policies only.Variants
UnlinkAll
Unlink all.
UnlinkMostInactive
Unlink devices with the most inactivity.
AddMemberToExceptions
Add member to Exceptions.
Trait Implementations
sourceimpl Clone for RolloutMethod
impl Clone for RolloutMethod
sourcefn clone(&self) -> RolloutMethod
fn clone(&self) -> RolloutMethod
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 RolloutMethod
impl Debug for RolloutMethod
sourceimpl<'de> Deserialize<'de> for RolloutMethod
impl<'de> Deserialize<'de> for RolloutMethod
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<RolloutMethod> for RolloutMethod
impl PartialEq<RolloutMethod> for RolloutMethod
sourceimpl Serialize for RolloutMethod
impl Serialize for RolloutMethod
impl Eq for RolloutMethod
impl StructuralEq for RolloutMethod
impl StructuralPartialEq for RolloutMethod
Auto Trait Implementations
impl RefUnwindSafe for RolloutMethod
impl Send for RolloutMethod
impl Sync for RolloutMethod
impl Unpin for RolloutMethod
impl UnwindSafe for RolloutMethod
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