Struct deno_doc::html::jsdoc::ExampleCtx
source · pub struct ExampleCtx { /* private fields */ }Implementations§
source§impl ExampleCtx
impl ExampleCtx
pub fn new(render_ctx: &RenderContext<'_>, example: &str, i: usize) -> Self
Trait Implementations§
source§impl Clone for ExampleCtx
impl Clone for ExampleCtx
source§fn clone(&self) -> ExampleCtx
fn clone(&self) -> ExampleCtx
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for ExampleCtx
impl Debug for ExampleCtx
Auto Trait Implementations§
impl RefUnwindSafe for ExampleCtx
impl Send for ExampleCtx
impl Sync for ExampleCtx
impl Unpin for ExampleCtx
impl UnwindSafe for ExampleCtx
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