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 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 for BorrowsTag
impl PartialEq 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 ==.source§impl Spanned for BorrowsTag
impl Spanned for BorrowsTag
impl StructuralPartialEq for BorrowsTag
Auto Trait Implementations§
impl RefUnwindSafe for BorrowsTag
impl Send for BorrowsTag
impl Sync for BorrowsTag
impl Unpin for BorrowsTag
impl UnwindSafe for BorrowsTag
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