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