pub struct PleaseSettingsConfig {
pub api_url: String,
pub git_username: Option<String>,
pub git_email: Option<String>,
}
Fields§
§api_url: String
§git_username: Option<String>
§git_email: Option<String>
Trait Implementations§
Source§impl Clone for PleaseSettingsConfig
impl Clone for PleaseSettingsConfig
Source§fn clone(&self) -> PleaseSettingsConfig
fn clone(&self) -> PleaseSettingsConfig
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 PleaseSettingsConfig
impl RefUnwindSafe for PleaseSettingsConfig
impl Send for PleaseSettingsConfig
impl Sync for PleaseSettingsConfig
impl Unpin for PleaseSettingsConfig
impl UnwindSafe for PleaseSettingsConfig
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