Struct jj_lib::default_index::DefaultIndexStoreInitError
source · pub struct DefaultIndexStoreInitError(pub PathError);
Expand description
Error that may occur during DefaultIndexStore
initialization.
Tuple Fields§
§0: PathError
Trait Implementations§
source§impl Debug for DefaultIndexStoreInitError
impl Debug for DefaultIndexStoreInitError
source§impl Display for DefaultIndexStoreInitError
impl Display for DefaultIndexStoreInitError
source§impl Error for DefaultIndexStoreInitError
impl Error for DefaultIndexStoreInitError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
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<DefaultIndexStoreInitError> for BackendInitError
impl From<DefaultIndexStoreInitError> for BackendInitError
source§fn from(err: DefaultIndexStoreInitError) -> Self
fn from(err: DefaultIndexStoreInitError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for DefaultIndexStoreInitError
impl !RefUnwindSafe for DefaultIndexStoreInitError
impl Send for DefaultIndexStoreInitError
impl Sync for DefaultIndexStoreInitError
impl Unpin for DefaultIndexStoreInitError
impl !UnwindSafe for DefaultIndexStoreInitError
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