pub enum WikiLinkLabelOrder {
AfterPipe,
BeforePipe,
}Expand description
Whether a WikiLink’s label preceded or followed the | separator.
Variants§
Trait Implementations§
Source§impl Clone for WikiLinkLabelOrder
impl Clone for WikiLinkLabelOrder
Source§fn clone(&self) -> WikiLinkLabelOrder
fn clone(&self) -> WikiLinkLabelOrder
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 moreimpl Copy for WikiLinkLabelOrder
Source§impl Debug for WikiLinkLabelOrder
impl Debug for WikiLinkLabelOrder
impl Eq for WikiLinkLabelOrder
Source§impl PartialEq for WikiLinkLabelOrder
impl PartialEq for WikiLinkLabelOrder
Source§fn eq(&self, other: &WikiLinkLabelOrder) -> bool
fn eq(&self, other: &WikiLinkLabelOrder) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for WikiLinkLabelOrder
Auto Trait Implementations§
impl Freeze for WikiLinkLabelOrder
impl RefUnwindSafe for WikiLinkLabelOrder
impl Send for WikiLinkLabelOrder
impl Sync for WikiLinkLabelOrder
impl Unpin for WikiLinkLabelOrder
impl UnsafeUnpin for WikiLinkLabelOrder
impl UnwindSafe for WikiLinkLabelOrder
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