#[non_exhaustive]pub struct GroupRemoveMemberDetails {}Available on crate features
sync_routes and dbx_team_log only.Expand description
Removed team members from group.
Trait Implementations§
Source§impl Clone for GroupRemoveMemberDetails
impl Clone for GroupRemoveMemberDetails
Source§fn clone(&self) -> GroupRemoveMemberDetails
fn clone(&self) -> GroupRemoveMemberDetails
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GroupRemoveMemberDetails
impl Debug for GroupRemoveMemberDetails
Source§impl Default for GroupRemoveMemberDetails
impl Default for GroupRemoveMemberDetails
Source§fn default() -> GroupRemoveMemberDetails
fn default() -> GroupRemoveMemberDetails
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GroupRemoveMemberDetails
impl<'de> Deserialize<'de> for GroupRemoveMemberDetails
Source§fn 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
Source§impl PartialEq for GroupRemoveMemberDetails
impl PartialEq for GroupRemoveMemberDetails
Source§fn eq(&self, other: &GroupRemoveMemberDetails) -> bool
fn eq(&self, other: &GroupRemoveMemberDetails) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for GroupRemoveMemberDetails
impl Serialize for GroupRemoveMemberDetails
impl Eq for GroupRemoveMemberDetails
impl StructuralPartialEq for GroupRemoveMemberDetails
Auto Trait Implementations§
impl Freeze for GroupRemoveMemberDetails
impl RefUnwindSafe for GroupRemoveMemberDetails
impl Send for GroupRemoveMemberDetails
impl Sync for GroupRemoveMemberDetails
impl Unpin for GroupRemoveMemberDetails
impl UnsafeUnpin for GroupRemoveMemberDetails
impl UnwindSafe for GroupRemoveMemberDetails
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.