pub struct AnnotationSlugs { /* private fields */ }Expand description
A struct representing an Annotation’s slugified strings.
Trait Implementations§
Source§impl Debug for AnnotationSlugs
impl Debug for AnnotationSlugs
Auto Trait Implementations§
impl Freeze for AnnotationSlugs
impl RefUnwindSafe for AnnotationSlugs
impl Send for AnnotationSlugs
impl Sync for AnnotationSlugs
impl Unpin for AnnotationSlugs
impl UnwindSafe for AnnotationSlugs
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
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more