pub struct actionsPerInterval;
Trait Implementations§
Source§impl Field for actionsPerInterval
impl Field for actionsPerInterval
impl HasInputField<actionsPerInterval, Option<f64>> for UpdateUserRateLimitDataInput
Auto Trait Implementations§
impl Freeze for actionsPerInterval
impl RefUnwindSafe for actionsPerInterval
impl Send for actionsPerInterval
impl Sync for actionsPerInterval
impl Unpin for actionsPerInterval
impl UnwindSafe for actionsPerInterval
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