pub enum SBSError {
TooManyCalls,
LeftoverShards,
RSError(Error),
}
Variants§
Trait Implementations§
Source§impl Error for SBSError
impl Error for SBSError
Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
impl Copy for SBSError
impl StructuralPartialEq for SBSError
Auto Trait Implementations§
impl Freeze for SBSError
impl RefUnwindSafe for SBSError
impl Send for SBSError
impl Sync for SBSError
impl Unpin for SBSError
impl UnwindSafe for SBSError
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