Struct rtf_parser::RtfDocument
source · pub struct RtfDocument<'a> {
pub header: RtfHeader<'a>,
pub body: Vec<StyleBlock<'a>>,
}
Fields§
§header: RtfHeader<'a>
§body: Vec<StyleBlock<'a>>
Implementations§
Trait Implementations§
source§impl<'a> Debug for RtfDocument<'a>
impl<'a> Debug for RtfDocument<'a>
source§impl<'a> Default for RtfDocument<'a>
impl<'a> Default for RtfDocument<'a>
source§fn default() -> RtfDocument<'a>
fn default() -> RtfDocument<'a>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<'a> RefUnwindSafe for RtfDocument<'a>
impl<'a> Send for RtfDocument<'a>
impl<'a> Sync for RtfDocument<'a>
impl<'a> Unpin for RtfDocument<'a>
impl<'a> UnwindSafe for RtfDocument<'a>
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