pub struct ParsedReference {
pub from_anchor: String,
pub to_spec: String,
pub to_anchor: String,
}Expand description
A cross-reference found in the spec
Fields§
§from_anchor: String§to_spec: String§to_anchor: StringTrait Implementations§
Source§impl Clone for ParsedReference
impl Clone for ParsedReference
Source§fn clone(&self) -> ParsedReference
fn clone(&self) -> ParsedReference
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ParsedReference
impl RefUnwindSafe for ParsedReference
impl Send for ParsedReference
impl Sync for ParsedReference
impl Unpin for ParsedReference
impl UnsafeUnpin for ParsedReference
impl UnwindSafe for ParsedReference
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