pub struct WithLink<Uri>(/* private fields */);Expand description
Type parameter for Styled value with an associated link.
Trait Implementations§
Source§impl<Uri: Ord> Ord for WithLink<Uri>
impl<Uri: Ord> Ord for WithLink<Uri>
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<Uri: PartialOrd> PartialOrd for WithLink<Uri>
impl<Uri: PartialOrd> PartialOrd for WithLink<Uri>
impl<Uri: Copy> Copy for WithLink<Uri>
impl<Uri: Eq> Eq for WithLink<Uri>
impl<Uri> StructuralPartialEq for WithLink<Uri>
Auto Trait Implementations§
impl<Uri> Freeze for WithLink<Uri>where
Uri: Freeze,
impl<Uri> RefUnwindSafe for WithLink<Uri>where
Uri: RefUnwindSafe,
impl<Uri> Send for WithLink<Uri>where
Uri: Send,
impl<Uri> Sync for WithLink<Uri>where
Uri: Sync,
impl<Uri> Unpin for WithLink<Uri>where
Uri: Unpin,
impl<Uri> UnwindSafe for WithLink<Uri>where
Uri: UnwindSafe,
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