pub struct ProfileInitResult {
pub path: String,
pub profile_name: String,
}Fields§
§path: String§profile_name: StringTrait Implementations§
Source§impl Clone for ProfileInitResult
impl Clone for ProfileInitResult
Source§fn clone(&self) -> ProfileInitResult
fn clone(&self) -> ProfileInitResult
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 ProfileInitResult
impl Debug for ProfileInitResult
Auto Trait Implementations§
impl Freeze for ProfileInitResult
impl RefUnwindSafe for ProfileInitResult
impl Send for ProfileInitResult
impl Sync for ProfileInitResult
impl Unpin for ProfileInitResult
impl UnsafeUnpin for ProfileInitResult
impl UnwindSafe for ProfileInitResult
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