Struct pico_bytes::BinaryOperationError
source · pub struct BinaryOperationError;
Trait Implementations§
source§impl Clone for BinaryOperationError
impl Clone for BinaryOperationError
source§fn clone(&self) -> BinaryOperationError
fn clone(&self) -> BinaryOperationError
Returns a copy 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 moresource§impl Debug for BinaryOperationError
impl Debug for BinaryOperationError
source§impl PartialEq for BinaryOperationError
impl PartialEq for BinaryOperationError
source§fn eq(&self, other: &BinaryOperationError) -> bool
fn eq(&self, other: &BinaryOperationError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for BinaryOperationError
Auto Trait Implementations§
impl RefUnwindSafe for BinaryOperationError
impl Send for BinaryOperationError
impl Sync for BinaryOperationError
impl Unpin for BinaryOperationError
impl UnwindSafe for BinaryOperationError
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