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