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