pub enum LinkVariant {
Default,
Muted,
Destructive,
}Expand description
Link variant.
Variants§
Trait Implementations§
Source§impl Clone for LinkVariant
impl Clone for LinkVariant
Source§fn clone(&self) -> LinkVariant
fn clone(&self) -> LinkVariant
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 LinkVariant
Source§impl Debug for LinkVariant
impl Debug for LinkVariant
Source§impl Default for LinkVariant
impl Default for LinkVariant
Source§fn default() -> LinkVariant
fn default() -> LinkVariant
Returns the “default value” for a type. Read more
impl Eq for LinkVariant
Source§impl PartialEq for LinkVariant
impl PartialEq for LinkVariant
Source§fn eq(&self, other: &LinkVariant) -> bool
fn eq(&self, other: &LinkVariant) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for LinkVariant
Auto Trait Implementations§
impl Freeze for LinkVariant
impl RefUnwindSafe for LinkVariant
impl Send for LinkVariant
impl Sync for LinkVariant
impl Unpin for LinkVariant
impl UnsafeUnpin for LinkVariant
impl UnwindSafe for LinkVariant
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