Struct matrix_sdk::media::PersistError
source · pub struct PersistError {
pub error: Error,
pub file: MediaFileHandle,
}
Available on non-WebAssembly only.
Expand description
Error returned when MediaFileHandle::persist
fails.
Fields§
§error: Error
The underlying IO error.
file: MediaFileHandle
The temporary file that couldn’t be persisted.
Trait Implementations§
source§impl Debug for PersistError
Available on neither WebAssembly nor tarpaulin_include
.
impl Debug for PersistError
Available on neither WebAssembly nor
tarpaulin_include
.Auto Trait Implementations§
impl !RefUnwindSafe for PersistError
impl Send for PersistError
impl Sync for PersistError
impl Unpin for PersistError
impl !UnwindSafe for PersistError
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