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