Struct rtf_parser::Painter
source · pub struct Painter { /* private fields */ }
Trait Implementations§
source§impl PartialEq for Painter
impl PartialEq for Painter
impl StructuralPartialEq for Painter
Auto Trait Implementations§
impl RefUnwindSafe for Painter
impl Send for Painter
impl Sync for Painter
impl Unpin for Painter
impl UnwindSafe for Painter
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