pub enum ErrorSS {
VerifyShareError,
}Variants§
Auto Trait Implementations§
impl Freeze for ErrorSS
impl RefUnwindSafe for ErrorSS
impl Send for ErrorSS
impl Sync for ErrorSS
impl Unpin for ErrorSS
impl UnsafeUnpin for ErrorSS
impl UnwindSafe for ErrorSS
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