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