pub enum BlsError {
InvalidData,
BadSize,
InternalError,
SerializeError,
}Expand description
BlsError type for error
Variants§
Trait Implementations§
impl StructuralPartialEq for BlsError
Auto Trait Implementations§
impl Freeze for BlsError
impl RefUnwindSafe for BlsError
impl Send for BlsError
impl Sync for BlsError
impl Unpin for BlsError
impl UnsafeUnpin for BlsError
impl UnwindSafe for BlsError
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