pub struct Config { /* private fields */ }
Implementations§
Trait Implementations§
source§impl ConfigProperties for Config
impl ConfigProperties for Config
fn api_token(&self) -> &str
fn cache_location(&self) -> &str
fn preferred_assignee_username(&self) -> &str
fn merge_request_description_signature(&self) -> &str
fn get_cache_expiration(&self, api_operation: &ApiOperation) -> &str
fn get_max_pages(&self, api_operation: &ApiOperation) -> u32
fn rate_limit_remaining_threshold(&self) -> u32
Auto Trait Implementations§
impl Freeze for Config
impl RefUnwindSafe for Config
impl Send for Config
impl Sync for Config
impl Unpin for Config
impl UnwindSafe for Config
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