pub struct ProfileUseResult {
pub active: String,
}Expand description
Result of profile use.
Fields§
§active: StringThe newly active profile name.
Trait Implementations§
Source§impl Debug for ProfileUseResult
impl Debug for ProfileUseResult
Auto Trait Implementations§
impl Freeze for ProfileUseResult
impl RefUnwindSafe for ProfileUseResult
impl Send for ProfileUseResult
impl Sync for ProfileUseResult
impl Unpin for ProfileUseResult
impl UnsafeUnpin for ProfileUseResult
impl UnwindSafe for ProfileUseResult
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