pub struct SlugHint(/* private fields */);Expand description
A normalized slug hint for a page or entity.
Implementations§
Trait Implementations§
Source§impl Ord for SlugHint
impl Ord for SlugHint
1.21.0 (const: unstable) · 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 PartialOrd for SlugHint
impl PartialOrd for SlugHint
impl Eq for SlugHint
impl StructuralPartialEq for SlugHint
Auto Trait Implementations§
impl Freeze for SlugHint
impl RefUnwindSafe for SlugHint
impl Send for SlugHint
impl Sync for SlugHint
impl Unpin for SlugHint
impl UnsafeUnpin for SlugHint
impl UnwindSafe for SlugHint
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