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 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§jobs: Option<String>§secret: Option<String>Trait Implementations§
Source§impl Clone for RateLimitsOptions
impl Clone for RateLimitsOptions
Source§fn clone(&self) -> RateLimitsOptions
fn clone(&self) -> RateLimitsOptions
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto 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