pub enum GQLRateLimitPer {
Ip,
User,
Global,
}Variants§
Auto Trait Implementations§
impl Freeze for GQLRateLimitPer
impl RefUnwindSafe for GQLRateLimitPer
impl Send for GQLRateLimitPer
impl Sync for GQLRateLimitPer
impl Unpin for GQLRateLimitPer
impl UnsafeUnpin for GQLRateLimitPer
impl UnwindSafe for GQLRateLimitPer
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