pub struct ProfileFile {
pub path: String,
pub profiles: HashMap<String, Profile>,
}Fields§
§path: String§profiles: HashMap<String, Profile>Implementations§
Trait Implementations§
Source§impl Clone for ProfileFile
impl Clone for ProfileFile
Source§fn clone(&self) -> ProfileFile
fn clone(&self) -> ProfileFile
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ProfileFile
impl RefUnwindSafe for ProfileFile
impl Send for ProfileFile
impl Sync for ProfileFile
impl Unpin for ProfileFile
impl UnsafeUnpin for ProfileFile
impl UnwindSafe for ProfileFile
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