pub struct updateRefs;
Trait Implementations§
Source§impl Field for updateRefs
impl Field for updateRefs
Source§impl HasArgument<input> for updateRefs
impl HasArgument<input> for updateRefs
Source§type ArgumentType = UpdateRefsInput
type ArgumentType = UpdateRefsInput
The schema marker type of this argument.
Source§impl HasField<updateRefs> for Mutation
impl HasField<updateRefs> for Mutation
Source§type Type = Option<UpdateRefsPayload>
type Type = Option<UpdateRefsPayload>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for updateRefs
impl RefUnwindSafe for updateRefs
impl Send for updateRefs
impl Sync for updateRefs
impl Unpin for updateRefs
impl UnwindSafe for updateRefs
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