pub struct DocLink {
pub target: String,
pub target_span: Span,
pub label: Option<String>,
pub label_span: Option<Span>,
}Fields§
§target: String§target_span: Span§label: Option<String>§label_span: Option<Span>Trait Implementations§
Source§impl<'de> Deserialize<'de> for DocLink
impl<'de> Deserialize<'de> for DocLink
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
impl Eq for DocLink
impl StructuralPartialEq for DocLink
Auto Trait Implementations§
impl Freeze for DocLink
impl RefUnwindSafe for DocLink
impl Send for DocLink
impl Sync for DocLink
impl Unpin for DocLink
impl UnsafeUnpin for DocLink
impl UnwindSafe for DocLink
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