pub struct PythonNone;Expand description
Python None metadata marker.
Trait Implementations§
Source§impl Clone for PythonNone
impl Clone for PythonNone
Source§fn clone(&self) -> PythonNone
fn clone(&self) -> PythonNone
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 PythonNone
impl Debug for PythonNone
Source§impl Default for PythonNone
impl Default for PythonNone
Source§fn default() -> PythonNone
fn default() -> PythonNone
Returns the “default value” for a type. Read more
Source§impl Hash for PythonNone
impl Hash for PythonNone
Source§impl Ord for PythonNone
impl Ord for PythonNone
Source§fn cmp(&self, other: &PythonNone) -> Ordering
fn cmp(&self, other: &PythonNone) -> 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 PythonNone
impl PartialEq for PythonNone
Source§fn eq(&self, other: &PythonNone) -> bool
fn eq(&self, other: &PythonNone) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for PythonNone
impl PartialOrd for PythonNone
impl Copy for PythonNone
impl Eq for PythonNone
impl StructuralPartialEq for PythonNone
Auto Trait Implementations§
impl Freeze for PythonNone
impl RefUnwindSafe for PythonNone
impl Send for PythonNone
impl Sync for PythonNone
impl Unpin for PythonNone
impl UnsafeUnpin for PythonNone
impl UnwindSafe for PythonNone
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