pub enum ExportProfdataAction {
Store(PathBuf),
Read,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExportProfdataAction
impl RefUnwindSafe for ExportProfdataAction
impl Send for ExportProfdataAction
impl Sync for ExportProfdataAction
impl Unpin for ExportProfdataAction
impl UnwindSafe for ExportProfdataAction
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