pub enum BetaNotFoundErrorType {
NotFoundError,
}Variants§
NotFoundError
Trait Implementations§
Source§impl Clone for BetaNotFoundErrorType
impl Clone for BetaNotFoundErrorType
Source§fn clone(&self) -> BetaNotFoundErrorType
fn clone(&self) -> BetaNotFoundErrorType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BetaNotFoundErrorType
impl Debug for BetaNotFoundErrorType
Source§impl<'de> Deserialize<'de> for BetaNotFoundErrorType
impl<'de> Deserialize<'de> for BetaNotFoundErrorType
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
Source§impl PartialEq for BetaNotFoundErrorType
impl PartialEq for BetaNotFoundErrorType
Source§impl Serialize for BetaNotFoundErrorType
impl Serialize for BetaNotFoundErrorType
impl Eq for BetaNotFoundErrorType
impl StructuralPartialEq for BetaNotFoundErrorType
Auto Trait Implementations§
impl Freeze for BetaNotFoundErrorType
impl RefUnwindSafe for BetaNotFoundErrorType
impl Send for BetaNotFoundErrorType
impl Sync for BetaNotFoundErrorType
impl Unpin for BetaNotFoundErrorType
impl UnsafeUnpin for BetaNotFoundErrorType
impl UnwindSafe for BetaNotFoundErrorType
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