pub struct MeSummary {
pub alias: String,
pub path: PathBuf,
}Fields§
§alias: String§path: PathBufTrait Implementations§
Auto Trait Implementations§
impl Freeze for MeSummary
impl RefUnwindSafe for MeSummary
impl Send for MeSummary
impl Sync for MeSummary
impl Unpin for MeSummary
impl UnwindSafe for MeSummary
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