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