pub struct AddProjectV2ItemRequest {
pub content_node_id: String,
}Expand description
Request to add an item to a project.
Fields§
§content_node_id: StringNode ID of the content to add (issue or pull request)
Trait Implementations§
Source§impl Clone for AddProjectV2ItemRequest
impl Clone for AddProjectV2ItemRequest
Source§fn clone(&self) -> AddProjectV2ItemRequest
fn clone(&self) -> AddProjectV2ItemRequest
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 AddProjectV2ItemRequest
impl Debug for AddProjectV2ItemRequest
Auto Trait Implementations§
impl Freeze for AddProjectV2ItemRequest
impl RefUnwindSafe for AddProjectV2ItemRequest
impl Send for AddProjectV2ItemRequest
impl Sync for AddProjectV2ItemRequest
impl Unpin for AddProjectV2ItemRequest
impl UnsafeUnpin for AddProjectV2ItemRequest
impl UnwindSafe for AddProjectV2ItemRequest
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