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