pub struct PathsProfile {
pub feature_name: &'static str,
pub feature_tool_script: &'static str,
pub secret_dir_home: HomePathSelection,
pub auth_file_home: HomePathSelection,
pub secret_cache_home: Option<&'static [&'static str]>,
}Fields§
§feature_name: &'static str§feature_tool_script: &'static str§secret_dir_home: HomePathSelection§auth_file_home: HomePathSelection§secret_cache_home: Option<&'static [&'static str]>Trait Implementations§
Source§impl Clone for PathsProfile
impl Clone for PathsProfile
Source§fn clone(&self) -> PathsProfile
fn clone(&self) -> PathsProfile
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 moreSource§impl Debug for PathsProfile
impl Debug for PathsProfile
impl Copy for PathsProfile
Auto Trait Implementations§
impl Freeze for PathsProfile
impl RefUnwindSafe for PathsProfile
impl Send for PathsProfile
impl Sync for PathsProfile
impl Unpin for PathsProfile
impl UnsafeUnpin for PathsProfile
impl UnwindSafe for PathsProfile
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