Struct jsdoc::ast::FunctionTag
source · pub struct FunctionTag {
pub span: Span,
pub name: Option<Text>,
}Fields§
§span: Span§name: Option<Text>Trait Implementations§
source§impl Clone for FunctionTag
impl Clone for FunctionTag
source§fn clone(&self) -> FunctionTag
fn clone(&self) -> FunctionTag
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 FunctionTag
impl Debug for FunctionTag
source§impl From<FunctionTag> for Tag
impl From<FunctionTag> for Tag
source§fn from(v: FunctionTag) -> Self
fn from(v: FunctionTag) -> Self
Converts to this type from the input type.
source§impl PartialEq<FunctionTag> for FunctionTag
impl PartialEq<FunctionTag> for FunctionTag
source§fn eq(&self, other: &FunctionTag) -> bool
fn eq(&self, other: &FunctionTag) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Spanned for FunctionTag
impl Spanned for FunctionTag
impl StructuralPartialEq for FunctionTag
Auto Trait Implementations§
impl RefUnwindSafe for FunctionTag
impl Send for FunctionTag
impl Sync for FunctionTag
impl Unpin for FunctionTag
impl UnwindSafe for FunctionTag
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