pub enum ZeroValueError {
RuntimeSizedArray,
}Variants§
RuntimeSizedArray
Trait Implementations§
Source§impl Clone for ZeroValueError
impl Clone for ZeroValueError
Source§fn clone(&self) -> ZeroValueError
fn clone(&self) -> ZeroValueError
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 ZeroValueError
impl Debug for ZeroValueError
Source§impl Display for ZeroValueError
impl Display for ZeroValueError
Source§impl Error for ZeroValueError
impl Error for ZeroValueError
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 From<ZeroValueError> for ExpressionError
impl From<ZeroValueError> for ExpressionError
Source§fn from(source: ZeroValueError) -> Self
fn from(source: ZeroValueError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ZeroValueError
impl RefUnwindSafe for ZeroValueError
impl Send for ZeroValueError
impl Sync for ZeroValueError
impl Unpin for ZeroValueError
impl UnwindSafe for ZeroValueError
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