Enum dropbox_sdk::team::GroupsSelector
source · [−]Available on crate feature
dbx_team only.Expand description
Argument for selecting a list of groups, either by group_ids, or external group IDs.
Variants
GroupIds(Vec<GroupId>)
List of group IDs.
GroupExternalIds(Vec<String>)
List of external IDs of groups.
Trait Implementations
sourceimpl Clone for GroupsSelector
impl Clone for GroupsSelector
sourcefn clone(&self) -> GroupsSelector
fn clone(&self) -> GroupsSelector
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 GroupsSelector
impl Debug for GroupsSelector
sourceimpl<'de> Deserialize<'de> for GroupsSelector
impl<'de> Deserialize<'de> for GroupsSelector
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<GroupsSelector> for GroupsSelector
impl PartialEq<GroupsSelector> for GroupsSelector
sourcefn eq(&self, other: &GroupsSelector) -> bool
fn eq(&self, other: &GroupsSelector) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &GroupsSelector) -> bool
fn ne(&self, other: &GroupsSelector) -> bool
This method tests for !=.
sourceimpl Serialize for GroupsSelector
impl Serialize for GroupsSelector
impl Eq for GroupsSelector
impl StructuralEq for GroupsSelector
impl StructuralPartialEq for GroupsSelector
Auto Trait Implementations
impl RefUnwindSafe for GroupsSelector
impl Send for GroupsSelector
impl Sync for GroupsSelector
impl Unpin for GroupsSelector
impl UnwindSafe for GroupsSelector
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