Struct bitwarden_api_api::models::organization_user_update_groups_request_model::OrganizationUserUpdateGroupsRequestModel
source · pub struct OrganizationUserUpdateGroupsRequestModel {
pub group_ids: Vec<String>,
}
Fields§
§group_ids: Vec<String>
Implementations§
source§impl OrganizationUserUpdateGroupsRequestModel
impl OrganizationUserUpdateGroupsRequestModel
pub fn new(group_ids: Vec<String>) -> OrganizationUserUpdateGroupsRequestModel
Trait Implementations§
source§impl Clone for OrganizationUserUpdateGroupsRequestModel
impl Clone for OrganizationUserUpdateGroupsRequestModel
source§fn clone(&self) -> OrganizationUserUpdateGroupsRequestModel
fn clone(&self) -> OrganizationUserUpdateGroupsRequestModel
Returns a copy 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 moresource§impl Default for OrganizationUserUpdateGroupsRequestModel
impl Default for OrganizationUserUpdateGroupsRequestModel
source§fn default() -> OrganizationUserUpdateGroupsRequestModel
fn default() -> OrganizationUserUpdateGroupsRequestModel
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for OrganizationUserUpdateGroupsRequestModel
impl<'de> Deserialize<'de> for OrganizationUserUpdateGroupsRequestModel
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for OrganizationUserUpdateGroupsRequestModel
impl PartialEq for OrganizationUserUpdateGroupsRequestModel
source§fn eq(&self, other: &OrganizationUserUpdateGroupsRequestModel) -> bool
fn eq(&self, other: &OrganizationUserUpdateGroupsRequestModel) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for OrganizationUserUpdateGroupsRequestModel
Auto Trait Implementations§
impl RefUnwindSafe for OrganizationUserUpdateGroupsRequestModel
impl Send for OrganizationUserUpdateGroupsRequestModel
impl Sync for OrganizationUserUpdateGroupsRequestModel
impl Unpin for OrganizationUserUpdateGroupsRequestModel
impl UnwindSafe for OrganizationUserUpdateGroupsRequestModel
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