Struct deno_doc::html::DocNodeKindCtx
source · pub struct DocNodeKindCtx {
pub kind: String,
pub char: char,
pub title: &'static str,
pub title_lowercase: &'static str,
pub title_plural: &'static str,
}Fields§
§kind: String§char: char§title: &'static str§title_lowercase: &'static str§title_plural: &'static strTrait Implementations§
source§impl Clone for DocNodeKindCtx
impl Clone for DocNodeKindCtx
source§fn clone(&self) -> DocNodeKindCtx
fn clone(&self) -> DocNodeKindCtx
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 DocNodeKindCtx
impl Debug for DocNodeKindCtx
source§impl From<DocNodeKind> for DocNodeKindCtx
impl From<DocNodeKind> for DocNodeKindCtx
source§fn from(kind: DocNodeKind) -> Self
fn from(kind: DocNodeKind) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for DocNodeKindCtx
impl Send for DocNodeKindCtx
impl Sync for DocNodeKindCtx
impl Unpin for DocNodeKindCtx
impl UnwindSafe for DocNodeKindCtx
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