pub enum SizeRetrievalError {
InvalidData,
NotSupported,
}
Variants§
Trait Implementations§
Source§impl Clone for SizeRetrievalError
impl Clone for SizeRetrievalError
Source§impl Debug for SizeRetrievalError
impl Debug for SizeRetrievalError
Source§impl Display for SizeRetrievalError
impl Display for SizeRetrievalError
Source§impl Error for SizeRetrievalError
impl Error for SizeRetrievalError
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 Ord for SizeRetrievalError
impl Ord for SizeRetrievalError
Source§impl PartialEq for SizeRetrievalError
impl PartialEq for SizeRetrievalError
Source§impl PartialOrd for SizeRetrievalError
impl PartialOrd for SizeRetrievalError
Source§impl TryFrom<u8> for SizeRetrievalError
impl TryFrom<u8> for SizeRetrievalError
impl Copy for SizeRetrievalError
impl Eq for SizeRetrievalError
Auto Trait Implementations§
impl Freeze for SizeRetrievalError
impl RefUnwindSafe for SizeRetrievalError
impl Send for SizeRetrievalError
impl Sync for SizeRetrievalError
impl Unpin for SizeRetrievalError
impl UnwindSafe for SizeRetrievalError
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