pub struct BBCode { /* private fields */ }
Expand description
BBCode parser
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BBCode
impl RefUnwindSafe for BBCode
impl Send for BBCode
impl Sync for BBCode
impl Unpin for BBCode
impl UnwindSafe for BBCode
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