pub struct BetaNotFoundError {
pub message: String,
pub type_: BetaNotFoundErrorType,
}Fields§
§message: String§type_: BetaNotFoundErrorTypeTrait Implementations§
Source§impl Clone for BetaNotFoundError
impl Clone for BetaNotFoundError
Source§fn clone(&self) -> BetaNotFoundError
fn clone(&self) -> BetaNotFoundError
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 BetaNotFoundError
impl Debug for BetaNotFoundError
Source§impl<'de> Deserialize<'de> for BetaNotFoundError
impl<'de> Deserialize<'de> for BetaNotFoundError
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 BetaNotFoundError
impl PartialEq for BetaNotFoundError
Source§impl Serialize for BetaNotFoundError
impl Serialize for BetaNotFoundError
impl Eq for BetaNotFoundError
impl StructuralPartialEq for BetaNotFoundError
Auto Trait Implementations§
impl Freeze for BetaNotFoundError
impl RefUnwindSafe for BetaNotFoundError
impl Send for BetaNotFoundError
impl Sync for BetaNotFoundError
impl Unpin for BetaNotFoundError
impl UnsafeUnpin for BetaNotFoundError
impl UnwindSafe for BetaNotFoundError
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