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