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