pub struct PythonBytesValue(/* private fields */);Expand description
Python bytes value metadata.
Implementations§
Trait Implementations§
Source§impl Clone for PythonBytesValue
impl Clone for PythonBytesValue
Source§fn clone(&self) -> PythonBytesValue
fn clone(&self) -> PythonBytesValue
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 PythonBytesValue
impl Debug for PythonBytesValue
Source§impl Hash for PythonBytesValue
impl Hash for PythonBytesValue
Source§impl Ord for PythonBytesValue
impl Ord for PythonBytesValue
Source§fn cmp(&self, other: &PythonBytesValue) -> Ordering
fn cmp(&self, other: &PythonBytesValue) -> 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 PythonBytesValue
impl PartialEq for PythonBytesValue
Source§fn eq(&self, other: &PythonBytesValue) -> bool
fn eq(&self, other: &PythonBytesValue) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for PythonBytesValue
impl PartialOrd for PythonBytesValue
impl Eq for PythonBytesValue
impl StructuralPartialEq for PythonBytesValue
Auto Trait Implementations§
impl Freeze for PythonBytesValue
impl RefUnwindSafe for PythonBytesValue
impl Send for PythonBytesValue
impl Sync for PythonBytesValue
impl Unpin for PythonBytesValue
impl UnsafeUnpin for PythonBytesValue
impl UnwindSafe for PythonBytesValue
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