pub struct RateLimitsOptions {
pub clear_cache: bool,
pub debug: bool,
pub cached: bool,
pub no_refresh_auth: bool,
pub json: bool,
pub one_line: bool,
pub all: bool,
pub async_mode: bool,
pub watch: bool,
pub jobs: Option<String>,
pub secret: Option<String>,
}Fields§
§clear_cache: bool§debug: bool§cached: bool§no_refresh_auth: bool§json: bool§one_line: bool§all: bool§async_mode: bool§watch: bool§jobs: Option<String>§secret: Option<String>Trait Implementations§
Source§impl Clone for RateLimitsOptions
impl Clone for RateLimitsOptions
Auto Trait Implementations§
impl Freeze for RateLimitsOptions
impl RefUnwindSafe for RateLimitsOptions
impl Send for RateLimitsOptions
impl Sync for RateLimitsOptions
impl Unpin for RateLimitsOptions
impl UnsafeUnpin for RateLimitsOptions
impl UnwindSafe for RateLimitsOptions
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