pub struct AddProjectV2ItemByIdPayload;Trait Implementations§
Source§impl HasField<item> for AddProjectV2ItemByIdPayload
impl HasField<item> for AddProjectV2ItemByIdPayload
Source§type Type = Option<ProjectV2Item>
type Type = Option<ProjectV2Item>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for AddProjectV2ItemByIdPayload
impl RefUnwindSafe for AddProjectV2ItemByIdPayload
impl Send for AddProjectV2ItemByIdPayload
impl Sync for AddProjectV2ItemByIdPayload
impl Unpin for AddProjectV2ItemByIdPayload
impl UnwindSafe for AddProjectV2ItemByIdPayload
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