pub struct ResetUserColumnsParams {
pub account_id: Option<String>,
pub username: Option<String>,
}
Expand description
struct for passing parameters to the method reset_user_columns
Fields§
§account_id: Option<String>
The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, 5b10ac8d82e05b22cc7d4ef5.
username: Option<String>
This parameter is no longer available and will be removed from the documentation soon. See the deprecation notice for details.
Trait Implementations§
Source§impl Clone for ResetUserColumnsParams
impl Clone for ResetUserColumnsParams
Source§fn clone(&self) -> ResetUserColumnsParams
fn clone(&self) -> ResetUserColumnsParams
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 ResetUserColumnsParams
impl RefUnwindSafe for ResetUserColumnsParams
impl Send for ResetUserColumnsParams
impl Sync for ResetUserColumnsParams
impl Unpin for ResetUserColumnsParams
impl UnwindSafe for ResetUserColumnsParams
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