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