pub struct RefsMatch {
pub spec: String,
pub anchor: String,
pub title: Option<String>,
pub section_type: String,
pub resolution: String,
pub outgoing: Option<Vec<RefEntry>>,
pub incoming: Option<Vec<RefEntry>>,
}Fields§
§spec: String§anchor: String§title: Option<String>§section_type: String§resolution: String§outgoing: Option<Vec<RefEntry>>§incoming: Option<Vec<RefEntry>>Trait Implementations§
Auto Trait Implementations§
impl Freeze for RefsMatch
impl RefUnwindSafe for RefsMatch
impl Send for RefsMatch
impl Sync for RefsMatch
impl Unpin for RefsMatch
impl UnsafeUnpin for RefsMatch
impl UnwindSafe for RefsMatch
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