pub struct DefaultHandler;Expand description
Default handler for built-in blocks: badges, contributors, with-automdrs, cargo-install, cargo-add.
Trait Implementations§
Source§impl BlockHandler for DefaultHandler
impl BlockHandler for DefaultHandler
Source§impl Debug for DefaultHandler
impl Debug for DefaultHandler
Source§impl Default for DefaultHandler
impl Default for DefaultHandler
Source§fn default() -> DefaultHandler
fn default() -> DefaultHandler
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DefaultHandler
impl RefUnwindSafe for DefaultHandler
impl Send for DefaultHandler
impl Sync for DefaultHandler
impl Unpin for DefaultHandler
impl UnsafeUnpin for DefaultHandler
impl UnwindSafe for DefaultHandler
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