pub struct ShellName { /* private fields */ }Expand description
The full-width plan-keyed exported name.
Implementations§
Trait Implementations§
impl Eq for ShellName
Source§impl Ord for ShellName
impl Ord for ShellName
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 ShellName
impl PartialOrd for ShellName
impl StructuralPartialEq for ShellName
Auto Trait Implementations§
impl Freeze for ShellName
impl RefUnwindSafe for ShellName
impl Send for ShellName
impl Sync for ShellName
impl Unpin for ShellName
impl UnsafeUnpin for ShellName
impl UnwindSafe for ShellName
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