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