pub struct ApplyResult {
pub new_profile_name: String,
pub new_profile_path: PathBuf,
pub files_modified: usize,
}Expand description
Result of rule application.
Fields§
§new_profile_name: String§new_profile_path: PathBuf§files_modified: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for ApplyResult
impl RefUnwindSafe for ApplyResult
impl Send for ApplyResult
impl Sync for ApplyResult
impl Unpin for ApplyResult
impl UnwindSafe for ApplyResult
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