pub struct WithoutLink;Expand description
Type parameter for Styled value with no associated link.
Trait Implementations§
Source§impl Clone for WithoutLink
impl Clone for WithoutLink
Source§fn clone(&self) -> WithoutLink
fn clone(&self) -> WithoutLink
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 Default for WithoutLink
impl Default for WithoutLink
Source§fn default() -> WithoutLink
fn default() -> WithoutLink
Returns the “default value” for a type. Read more
Source§impl Hash for WithoutLink
impl Hash for WithoutLink
Source§impl Ord for WithoutLink
impl Ord for WithoutLink
Source§fn cmp(&self, other: &WithoutLink) -> Ordering
fn cmp(&self, other: &WithoutLink) -> Ordering
1.21.0 · 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 WithoutLink
impl PartialEq for WithoutLink
Source§impl PartialOrd for WithoutLink
impl PartialOrd for WithoutLink
impl Copy for WithoutLink
impl Eq for WithoutLink
impl StructuralPartialEq for WithoutLink
Auto Trait Implementations§
impl Freeze for WithoutLink
impl RefUnwindSafe for WithoutLink
impl Send for WithoutLink
impl Sync for WithoutLink
impl Unpin for WithoutLink
impl UnwindSafe for WithoutLink
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