pub struct CreateUserRateLimitInput;
Trait Implementations§
impl HasInputField<data, CreateUserRateLimitDataInput> for CreateUserRateLimitInput
impl InputObjectMarker for CreateUserRateLimitInput
Auto Trait Implementations§
impl Freeze for CreateUserRateLimitInput
impl RefUnwindSafe for CreateUserRateLimitInput
impl Send for CreateUserRateLimitInput
impl Sync for CreateUserRateLimitInput
impl Unpin for CreateUserRateLimitInput
impl UnwindSafe for CreateUserRateLimitInput
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