pub struct AssignProjectsToCustomFieldContextParams {
pub field_id: String,
pub context_id: i64,
pub project_ids: ProjectIds,
}
Expand description
struct for passing parameters to the method assign_projects_to_custom_field_context
Fields§
§field_id: String
The ID of the custom field.
context_id: i64
The ID of the context.
project_ids: ProjectIds
Trait Implementations§
Source§impl Clone for AssignProjectsToCustomFieldContextParams
impl Clone for AssignProjectsToCustomFieldContextParams
Source§fn clone(&self) -> AssignProjectsToCustomFieldContextParams
fn clone(&self) -> AssignProjectsToCustomFieldContextParams
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 AssignProjectsToCustomFieldContextParams
impl RefUnwindSafe for AssignProjectsToCustomFieldContextParams
impl Send for AssignProjectsToCustomFieldContextParams
impl Sync for AssignProjectsToCustomFieldContextParams
impl Unpin for AssignProjectsToCustomFieldContextParams
impl UnwindSafe for AssignProjectsToCustomFieldContextParams
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