pub enum LinkOverviewColumns {
Code,
Description,
Target,
Author,
Statistics,
}
Expand description
An enumeration of the filterable columns
Variants§
Trait Implementations§
Source§impl Clone for LinkOverviewColumns
impl Clone for LinkOverviewColumns
Source§fn clone(&self) -> LinkOverviewColumns
fn clone(&self) -> LinkOverviewColumns
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 Debug for LinkOverviewColumns
impl Debug for LinkOverviewColumns
Source§impl<'de> Deserialize<'de> for LinkOverviewColumns
impl<'de> Deserialize<'de> for LinkOverviewColumns
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl<V> Enum<V> for LinkOverviewColumns
impl<V> Enum<V> for LinkOverviewColumns
Source§impl Hash for LinkOverviewColumns
impl Hash for LinkOverviewColumns
Source§impl PartialEq for LinkOverviewColumns
impl PartialEq for LinkOverviewColumns
Source§impl Serialize for LinkOverviewColumns
impl Serialize for LinkOverviewColumns
impl Eq for LinkOverviewColumns
impl StructuralPartialEq for LinkOverviewColumns
Auto Trait Implementations§
impl Freeze for LinkOverviewColumns
impl RefUnwindSafe for LinkOverviewColumns
impl Send for LinkOverviewColumns
impl Sync for LinkOverviewColumns
impl Unpin for LinkOverviewColumns
impl UnwindSafe for LinkOverviewColumns
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