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