pub enum LengthExceededError {
Name,
Size,
Mtime,
Prefix,
}Variants§
Trait Implementations§
Source§impl Debug for LengthExceededError
impl Debug for LengthExceededError
Source§impl Display for LengthExceededError
impl Display for LengthExceededError
Source§impl Error for LengthExceededError
impl Error for LengthExceededError
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<LengthExceededError> for FileParseError
impl From<LengthExceededError> for FileParseError
Source§fn from(source: LengthExceededError) -> Self
fn from(source: LengthExceededError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for LengthExceededError
impl RefUnwindSafe for LengthExceededError
impl Send for LengthExceededError
impl Sync for LengthExceededError
impl Unpin for LengthExceededError
impl UnwindSafe for LengthExceededError
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