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
impl StructuralPartialEq for UnaryOperationError
Auto Trait Implementations§
impl Freeze for UnaryOperationError
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