pub struct CellName(pub SmolStr);Tuple Fields§
§0: SmolStrImplementations§
Trait Implementations§
Source§impl Ord for CellName
impl Ord for CellName
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 CellName
impl PartialOrd for CellName
impl Eq for CellName
impl StructuralPartialEq for CellName
Auto Trait Implementations§
impl Freeze for CellName
impl RefUnwindSafe for CellName
impl Send for CellName
impl Sync for CellName
impl Unpin for CellName
impl UnsafeUnpin for CellName
impl UnwindSafe for CellName
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