pub struct UserGroupDeleteParams { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for UserGroupDeleteParams
impl Clone for UserGroupDeleteParams
Source§fn clone(&self) -> UserGroupDeleteParams
fn clone(&self) -> UserGroupDeleteParams
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 moreimpl Copy for UserGroupDeleteParams
Source§impl Debug for UserGroupDeleteParams
impl Debug for UserGroupDeleteParams
impl Eq for UserGroupDeleteParams
Source§impl PartialEq for UserGroupDeleteParams
impl PartialEq for UserGroupDeleteParams
Source§fn eq(&self, other: &UserGroupDeleteParams) -> bool
fn eq(&self, other: &UserGroupDeleteParams) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for UserGroupDeleteParams
Auto Trait Implementations§
impl Freeze for UserGroupDeleteParams
impl RefUnwindSafe for UserGroupDeleteParams
impl Send for UserGroupDeleteParams
impl Sync for UserGroupDeleteParams
impl Unpin for UserGroupDeleteParams
impl UnsafeUnpin for UserGroupDeleteParams
impl UnwindSafe for UserGroupDeleteParams
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