pub struct PythonEllipsis;Expand description
Python ellipsis metadata marker.
Trait Implementations§
Source§impl Clone for PythonEllipsis
impl Clone for PythonEllipsis
Source§fn clone(&self) -> PythonEllipsis
fn clone(&self) -> PythonEllipsis
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PythonEllipsis
impl Debug for PythonEllipsis
Source§impl Default for PythonEllipsis
impl Default for PythonEllipsis
Source§fn default() -> PythonEllipsis
fn default() -> PythonEllipsis
Returns the “default value” for a type. Read more
Source§impl Hash for PythonEllipsis
impl Hash for PythonEllipsis
Source§impl Ord for PythonEllipsis
impl Ord for PythonEllipsis
Source§fn cmp(&self, other: &PythonEllipsis) -> Ordering
fn cmp(&self, other: &PythonEllipsis) -> Ordering
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 PartialEq for PythonEllipsis
impl PartialEq for PythonEllipsis
Source§fn eq(&self, other: &PythonEllipsis) -> bool
fn eq(&self, other: &PythonEllipsis) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for PythonEllipsis
impl PartialOrd for PythonEllipsis
impl Copy for PythonEllipsis
impl Eq for PythonEllipsis
impl StructuralPartialEq for PythonEllipsis
Auto Trait Implementations§
impl Freeze for PythonEllipsis
impl RefUnwindSafe for PythonEllipsis
impl Send for PythonEllipsis
impl Sync for PythonEllipsis
impl Unpin for PythonEllipsis
impl UnsafeUnpin for PythonEllipsis
impl UnwindSafe for PythonEllipsis
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