Struct PythonNone
pub struct PythonNone;Expand description
Python None metadata marker.
Trait Implementations§
§impl Clone for PythonNone
impl Clone for PythonNone
§fn clone(&self) -> PythonNone
fn clone(&self) -> PythonNone
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for PythonNone
impl Debug for PythonNone
§impl Default for PythonNone
impl Default for PythonNone
§fn default() -> PythonNone
fn default() -> PythonNone
Returns the “default value” for a type. Read more
§impl Hash for PythonNone
impl Hash for PythonNone
§impl Ord for PythonNone
impl Ord for PythonNone
§impl PartialEq for PythonNone
impl PartialEq for PythonNone
§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