pub struct GetProjectRoleByIdParams {
pub id: i64,
}
Expand description
struct for passing parameters to the method get_project_role_by_id
Fields§
§id: i64
The ID of the project role. Use Get all project roles to get a list of project role IDs.
Trait Implementations§
Source§impl Clone for GetProjectRoleByIdParams
impl Clone for GetProjectRoleByIdParams
Source§fn clone(&self) -> GetProjectRoleByIdParams
fn clone(&self) -> GetProjectRoleByIdParams
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 moreSource§impl Debug for GetProjectRoleByIdParams
impl Debug for GetProjectRoleByIdParams
Source§impl Default for GetProjectRoleByIdParams
impl Default for GetProjectRoleByIdParams
Source§fn default() -> GetProjectRoleByIdParams
fn default() -> GetProjectRoleByIdParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetProjectRoleByIdParams
impl RefUnwindSafe for GetProjectRoleByIdParams
impl Send for GetProjectRoleByIdParams
impl Sync for GetProjectRoleByIdParams
impl Unpin for GetProjectRoleByIdParams
impl UnwindSafe for GetProjectRoleByIdParams
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