pub struct PleaseConfig {
pub project: PleaseProjectConfig,
pub settings: PleaseSettingsConfig,
}
Fields§
§project: PleaseProjectConfig
§settings: PleaseSettingsConfig
Implementations§
Source§impl PleaseConfig
impl PleaseConfig
pub fn get_owner(&self) -> &str
pub fn get_repository(&self) -> &str
pub fn get_source(&self) -> &PathBuf
pub fn get_branch(&self) -> &str
pub fn get_api_url(&self) -> &str
pub fn get_git_username(&self) -> Option<String>
pub fn get_git_email(&self) -> Option<String>
Trait Implementations§
Source§impl Clone for PleaseConfig
impl Clone for PleaseConfig
Source§fn clone(&self) -> PleaseConfig
fn clone(&self) -> PleaseConfig
Returns a copy 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 moreSource§impl Debug for PleaseConfig
impl Debug for PleaseConfig
Auto Trait Implementations§
impl Freeze for PleaseConfig
impl RefUnwindSafe for PleaseConfig
impl Send for PleaseConfig
impl Sync for PleaseConfig
impl Unpin for PleaseConfig
impl UnwindSafe for PleaseConfig
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