pub struct UpdateProjectV2Payload;
Trait Implementations§
Source§impl HasField<__typename> for UpdateProjectV2Payload
impl HasField<__typename> for UpdateProjectV2Payload
Source§impl HasField<projectV2> for UpdateProjectV2Payload
impl HasField<projectV2> for UpdateProjectV2Payload
Auto Trait Implementations§
impl Freeze for UpdateProjectV2Payload
impl RefUnwindSafe for UpdateProjectV2Payload
impl Send for UpdateProjectV2Payload
impl Sync for UpdateProjectV2Payload
impl Unpin for UpdateProjectV2Payload
impl UnwindSafe for UpdateProjectV2Payload
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