pub enum BetaError {
AlphaTooSmall,
BetaTooSmall,
}
Expand description
Error type returned from Beta::new
.
Variants§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for BetaError
impl<'de> Deserialize<'de> for BetaError
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Copy for BetaError
impl Eq for BetaError
impl StructuralPartialEq for BetaError
Auto Trait Implementations§
impl Freeze for BetaError
impl RefUnwindSafe for BetaError
impl Send for BetaError
impl Sync for BetaError
impl Unpin for BetaError
impl UnwindSafe for BetaError
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