Struct PythonBytesValue
pub struct PythonBytesValue(/* private fields */);Expand description
Python bytes value metadata.
Implementations§
§impl PythonBytesValue
impl PythonBytesValue
Trait Implementations§
§impl Clone for PythonBytesValue
impl Clone for PythonBytesValue
§fn clone(&self) -> PythonBytesValue
fn clone(&self) -> PythonBytesValue
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 PythonBytesValue
impl Debug for PythonBytesValue
§impl Hash for PythonBytesValue
impl Hash for PythonBytesValue
§impl Ord for PythonBytesValue
impl Ord for PythonBytesValue
§fn cmp(&self, other: &PythonBytesValue) -> Ordering
fn cmp(&self, other: &PythonBytesValue) -> Ordering
1.21.0 · 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
§impl PartialEq for PythonBytesValue
impl PartialEq for PythonBytesValue
§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