pub struct RegularLink<'a> {
pub path: Match<PathReg<'a>>,
pub description: Option<Vec<NodeID>>,
}
Fields§
§path: Match<PathReg<'a>>
§description: Option<Vec<NodeID>>
Trait Implementations§
Source§impl<'a> Clone for RegularLink<'a>
impl<'a> Clone for RegularLink<'a>
Source§fn clone(&self) -> RegularLink<'a>
fn clone(&self) -> RegularLink<'a>
Returns a duplicate 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<'a> Debug for RegularLink<'a>
impl<'a> Debug for RegularLink<'a>
Source§impl<'a> From<RegularLink<'a>> for Expr<'a>
impl<'a> From<RegularLink<'a>> for Expr<'a>
Source§fn from(original: RegularLink<'a>) -> Expr<'a>
fn from(original: RegularLink<'a>) -> Expr<'a>
Converts to this type from the input type.
Auto Trait Implementations§
impl<'a> Freeze for RegularLink<'a>
impl<'a> RefUnwindSafe for RegularLink<'a>
impl<'a> Send for RegularLink<'a>
impl<'a> Sync for RegularLink<'a>
impl<'a> Unpin for RegularLink<'a>
impl<'a> UnwindSafe for RegularLink<'a>
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