pub struct RemoveContactsFromGroupParams {
pub group_id: String,
pub update_group_contacts_option: UpdateGroupContacts,
}Expand description
struct for passing parameters to the method remove_contacts_from_group
Fields§
§group_id: StringgroupId
update_group_contacts_option: UpdateGroupContactsupdateGroupContactsOption
Trait Implementations§
Source§impl Clone for RemoveContactsFromGroupParams
impl Clone for RemoveContactsFromGroupParams
Source§fn clone(&self) -> RemoveContactsFromGroupParams
fn clone(&self) -> RemoveContactsFromGroupParams
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for RemoveContactsFromGroupParams
impl RefUnwindSafe for RemoveContactsFromGroupParams
impl Send for RemoveContactsFromGroupParams
impl Sync for RemoveContactsFromGroupParams
impl Unpin for RemoveContactsFromGroupParams
impl UnwindSafe for RemoveContactsFromGroupParams
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