pub enum FollowDirective {
Follow,
NoFollow,
}Expand description
Link-following directive.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for FollowDirective
impl Clone for FollowDirective
Source§fn clone(&self) -> FollowDirective
fn clone(&self) -> FollowDirective
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 FollowDirective
impl Debug for FollowDirective
Source§impl Hash for FollowDirective
impl Hash for FollowDirective
Source§impl Ord for FollowDirective
impl Ord for FollowDirective
Source§fn cmp(&self, other: &FollowDirective) -> Ordering
fn cmp(&self, other: &FollowDirective) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for FollowDirective
impl PartialEq for FollowDirective
Source§fn eq(&self, other: &FollowDirective) -> bool
fn eq(&self, other: &FollowDirective) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for FollowDirective
impl PartialOrd for FollowDirective
impl Copy for FollowDirective
impl Eq for FollowDirective
impl StructuralPartialEq for FollowDirective
Auto Trait Implementations§
impl Freeze for FollowDirective
impl RefUnwindSafe for FollowDirective
impl Send for FollowDirective
impl Sync for FollowDirective
impl Unpin for FollowDirective
impl UnsafeUnpin for FollowDirective
impl UnwindSafe for FollowDirective
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