pub enum ProfileVersionError {
Zero,
OutsideStorageRange,
}Variants§
Trait Implementations§
Source§impl Clone for ProfileVersionError
impl Clone for ProfileVersionError
impl Copy for ProfileVersionError
Source§impl Debug for ProfileVersionError
impl Debug for ProfileVersionError
Source§impl Display for ProfileVersionError
impl Display for ProfileVersionError
impl Eq for ProfileVersionError
Source§impl Error for ProfileVersionError
impl Error for ProfileVersionError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
Source§impl PartialEq for ProfileVersionError
impl PartialEq for ProfileVersionError
impl StructuralPartialEq for ProfileVersionError
Auto Trait Implementations§
impl Freeze for ProfileVersionError
impl RefUnwindSafe for ProfileVersionError
impl Send for ProfileVersionError
impl Sync for ProfileVersionError
impl Unpin for ProfileVersionError
impl UnsafeUnpin for ProfileVersionError
impl UnwindSafe for ProfileVersionError
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