pub struct GQLRateLimitDirective {
pub max_calls: u32,
pub window_seconds: u32,
pub per: GQLRateLimitPer,
}Fields§
§max_calls: u32§window_seconds: u32§per: GQLRateLimitPerImplementations§
Auto Trait Implementations§
impl Freeze for GQLRateLimitDirective
impl RefUnwindSafe for GQLRateLimitDirective
impl Send for GQLRateLimitDirective
impl Sync for GQLRateLimitDirective
impl Unpin for GQLRateLimitDirective
impl UnsafeUnpin for GQLRateLimitDirective
impl UnwindSafe for GQLRateLimitDirective
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