pub struct UpdateUserBadgeParams {
pub tenant_id: String,
pub id: String,
pub update_user_badge_params: UpdateUserBadgeParams,
}Expand description
struct for passing parameters to the method update_user_badge
Fields§
§tenant_id: String§id: String§update_user_badge_params: UpdateUserBadgeParamsTrait Implementations§
Source§impl Clone for UpdateUserBadgeParams
impl Clone for UpdateUserBadgeParams
Source§fn clone(&self) -> UpdateUserBadgeParams
fn clone(&self) -> UpdateUserBadgeParams
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 UpdateUserBadgeParams
impl RefUnwindSafe for UpdateUserBadgeParams
impl Send for UpdateUserBadgeParams
impl Sync for UpdateUserBadgeParams
impl Unpin for UpdateUserBadgeParams
impl UnwindSafe for UpdateUserBadgeParams
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