pub struct GetUserDefaultColumnsParams {
pub account_id: Option<String>,
pub username: Option<String>,
}Expand description
struct for passing parameters to the method get_user_default_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 GetUserDefaultColumnsParams
impl Clone for GetUserDefaultColumnsParams
Source§fn clone(&self) -> GetUserDefaultColumnsParams
fn clone(&self) -> GetUserDefaultColumnsParams
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 GetUserDefaultColumnsParams
impl RefUnwindSafe for GetUserDefaultColumnsParams
impl Send for GetUserDefaultColumnsParams
impl Sync for GetUserDefaultColumnsParams
impl Unpin for GetUserDefaultColumnsParams
impl UnwindSafe for GetUserDefaultColumnsParams
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