pub struct OrganizationsMembersUpdateParams {
pub id: i32,
pub user_id: String,
pub organization: Organization,
}Expand description
struct for passing parameters to the method organizations_members_update
Fields§
§id: i32A unique integer value identifying this organization.
user_id: String§organization: OrganizationTrait Implementations§
Source§impl Clone for OrganizationsMembersUpdateParams
impl Clone for OrganizationsMembersUpdateParams
Source§fn clone(&self) -> OrganizationsMembersUpdateParams
fn clone(&self) -> OrganizationsMembersUpdateParams
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 OrganizationsMembersUpdateParams
impl RefUnwindSafe for OrganizationsMembersUpdateParams
impl Send for OrganizationsMembersUpdateParams
impl Sync for OrganizationsMembersUpdateParams
impl Unpin for OrganizationsMembersUpdateParams
impl UnwindSafe for OrganizationsMembersUpdateParams
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