pub enum ShprotoError {
PushFailed,
}
Variants§
PushFailed
Trait Implementations§
Source§impl Clone for ShprotoError
impl Clone for ShprotoError
Source§fn clone(&self) -> ShprotoError
fn clone(&self) -> ShprotoError
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ShprotoError
impl Debug for ShprotoError
impl Copy for ShprotoError
Auto Trait Implementations§
impl Freeze for ShprotoError
impl RefUnwindSafe for ShprotoError
impl Send for ShprotoError
impl Sync for ShprotoError
impl Unpin for ShprotoError
impl UnwindSafe for ShprotoError
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