pub enum PackFormat {
Xml,
Markdown,
}Expand description
Output format for the packed representation.
Variants§
Xml
Primary format — XML with <file> elements and CDATA-wrapped content.
Markdown
Human-friendly format — markdown with fenced code blocks.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PackFormat
impl RefUnwindSafe for PackFormat
impl Send for PackFormat
impl Sync for PackFormat
impl Unpin for PackFormat
impl UnsafeUnpin for PackFormat
impl UnwindSafe for PackFormat
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