pub struct Ellipsis;Expand description
Represents the terminal symbol ...
Trait Implementations§
Source§impl Ord for Ellipsis
impl Ord for Ellipsis
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 Ellipsis
impl PartialOrd for Ellipsis
impl Copy for Ellipsis
impl Eq for Ellipsis
impl StructuralPartialEq for Ellipsis
Auto Trait Implementations§
impl Freeze for Ellipsis
impl RefUnwindSafe for Ellipsis
impl Send for Ellipsis
impl Sync for Ellipsis
impl Unpin for Ellipsis
impl UnsafeUnpin for Ellipsis
impl UnwindSafe for Ellipsis
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