Struct cdoc::processors::shortcodes::Shortcodes
source · pub struct Shortcodes { /* private fields */ }
Implementations§
Trait Implementations§
source§impl Debug for Shortcodes
impl Debug for Shortcodes
source§impl Display for Shortcodes
impl Display for Shortcodes
Auto Trait Implementations§
impl !RefUnwindSafe for Shortcodes
impl Send for Shortcodes
impl Sync for Shortcodes
impl Unpin for Shortcodes
impl !UnwindSafe for Shortcodes
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