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