pub struct BotName(/* private fields */);Expand description
Bot name label used with robots directives.
Implementations§
Trait Implementations§
Source§impl Ord for BotName
impl Ord for BotName
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 BotName
impl PartialOrd for BotName
impl Eq for BotName
impl StructuralPartialEq for BotName
Auto Trait Implementations§
impl Freeze for BotName
impl RefUnwindSafe for BotName
impl Send for BotName
impl Sync for BotName
impl Unpin for BotName
impl UnsafeUnpin for BotName
impl UnwindSafe for BotName
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