Struct ket::code_block::CodeBlockHandler
source · pub struct CodeBlockHandler { /* private fields */ }Implementations
Trait Implementations
sourceimpl Debug for CodeBlockHandler
impl Debug for CodeBlockHandler
sourceimpl Default for CodeBlockHandler
impl Default for CodeBlockHandler
sourcefn default() -> CodeBlockHandler
fn default() -> CodeBlockHandler
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for CodeBlockHandler
impl Send for CodeBlockHandler
impl Sync for CodeBlockHandler
impl Unpin for CodeBlockHandler
impl UnwindSafe for CodeBlockHandler
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more