pub enum AttachmentError {
Unreadable(String, Error),
}
Expand description
Errors that can happen when working with attachment table data
Variants§
Trait Implementations§
Source§impl Debug for AttachmentError
impl Debug for AttachmentError
Auto Trait Implementations§
impl Freeze for AttachmentError
impl !RefUnwindSafe for AttachmentError
impl Send for AttachmentError
impl Sync for AttachmentError
impl Unpin for AttachmentError
impl !UnwindSafe for AttachmentError
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