pub enum ShardIdParseErrorType {
NumberGreaterOrEqualTotal {
number: u32,
total: u32,
},
}
Expand description
Type of ShardIdParseError
that occurred.
Variants§
NumberGreaterOrEqualTotal
ShardId
’s number was greater or equal to its total.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ShardIdParseErrorType
impl RefUnwindSafe for ShardIdParseErrorType
impl Send for ShardIdParseErrorType
impl Sync for ShardIdParseErrorType
impl Unpin for ShardIdParseErrorType
impl UnwindSafe for ShardIdParseErrorType
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