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