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