pub struct SingleUserRateLimitInput;
Trait Implementations§
impl HasInputField<allowNull, Option<bool>> for SingleUserRateLimitInput
impl HasInputField<resolverArgs, Option<JSON>> for SingleUserRateLimitInput
impl HasInputField<selector, Option<SelectorInput>> for SingleUserRateLimitInput
impl InputObjectMarker for SingleUserRateLimitInput
Auto Trait Implementations§
impl Freeze for SingleUserRateLimitInput
impl RefUnwindSafe for SingleUserRateLimitInput
impl Send for SingleUserRateLimitInput
impl Sync for SingleUserRateLimitInput
impl Unpin for SingleUserRateLimitInput
impl UnwindSafe for SingleUserRateLimitInput
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