pub struct AutolinkFact { /* private fields */ }Expand description
One autolink recognised in source.
Implementations§
Source§impl AutolinkFact
impl AutolinkFact
Trait Implementations§
Source§impl Clone for AutolinkFact
impl Clone for AutolinkFact
Source§fn clone(&self) -> AutolinkFact
fn clone(&self) -> AutolinkFact
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 moreSource§impl Debug for AutolinkFact
impl Debug for AutolinkFact
Source§impl PartialEq for AutolinkFact
impl PartialEq for AutolinkFact
Source§fn eq(&self, other: &AutolinkFact) -> bool
fn eq(&self, other: &AutolinkFact) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for AutolinkFact
impl StructuralPartialEq for AutolinkFact
Auto Trait Implementations§
impl Freeze for AutolinkFact
impl RefUnwindSafe for AutolinkFact
impl Send for AutolinkFact
impl Sync for AutolinkFact
impl Unpin for AutolinkFact
impl UnsafeUnpin for AutolinkFact
impl UnwindSafe for AutolinkFact
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