Struct jsdoc::ast::LicenseTag
source · [−]Fields
span: Span
identifier: Text
Trait Implementations
sourceimpl Clone for LicenseTag
impl Clone for LicenseTag
sourcefn clone(&self) -> LicenseTag
fn clone(&self) -> LicenseTag
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for LicenseTag
impl Debug for LicenseTag
sourceimpl<'de> Deserialize<'de> for LicenseTag
impl<'de> Deserialize<'de> for LicenseTag
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl From<LicenseTag> for Tag
impl From<LicenseTag> for Tag
sourcefn from(v: LicenseTag) -> Self
fn from(v: LicenseTag) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<LicenseTag> for LicenseTag
impl PartialEq<LicenseTag> for LicenseTag
sourcefn eq(&self, other: &LicenseTag) -> bool
fn eq(&self, other: &LicenseTag) -> bool
sourceimpl Serialize for LicenseTag
impl Serialize for LicenseTag
sourceimpl Spanned for LicenseTag
impl Spanned for LicenseTag
impl StructuralPartialEq for LicenseTag
Auto Trait Implementations
impl RefUnwindSafe for LicenseTag
impl Send for LicenseTag
impl Sync for LicenseTag
impl Unpin for LicenseTag
impl UnwindSafe for LicenseTag
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