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