pub struct RemoveCustomFieldContextFromProjectsParams {
pub field_id: String,
pub context_id: i64,
pub project_ids: ProjectIds,
}
Expand description
struct for passing parameters to the method remove_custom_field_context_from_projects
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 RemoveCustomFieldContextFromProjectsParams
impl Clone for RemoveCustomFieldContextFromProjectsParams
Source§fn clone(&self) -> RemoveCustomFieldContextFromProjectsParams
fn clone(&self) -> RemoveCustomFieldContextFromProjectsParams
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 RemoveCustomFieldContextFromProjectsParams
impl RefUnwindSafe for RemoveCustomFieldContextFromProjectsParams
impl Send for RemoveCustomFieldContextFromProjectsParams
impl Sync for RemoveCustomFieldContextFromProjectsParams
impl Unpin for RemoveCustomFieldContextFromProjectsParams
impl UnwindSafe for RemoveCustomFieldContextFromProjectsParams
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