pub struct GetProjectRoleActorsForRoleParams {
pub id: i64,
}Expand description
struct for passing parameters to the method get_project_role_actors_for_role
Fields§
§id: i64The ID of the project role. Use Get all project roles to get a list of project role IDs.
Trait Implementations§
Source§impl Clone for GetProjectRoleActorsForRoleParams
impl Clone for GetProjectRoleActorsForRoleParams
Source§fn clone(&self) -> GetProjectRoleActorsForRoleParams
fn clone(&self) -> GetProjectRoleActorsForRoleParams
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 GetProjectRoleActorsForRoleParams
impl RefUnwindSafe for GetProjectRoleActorsForRoleParams
impl Send for GetProjectRoleActorsForRoleParams
impl Sync for GetProjectRoleActorsForRoleParams
impl Unpin for GetProjectRoleActorsForRoleParams
impl UnwindSafe for GetProjectRoleActorsForRoleParams
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