Enum jujutsu_lib::op_store::OpStoreError
source · [−]pub enum OpStoreError {
NotFound,
Other(String),
}Variants
NotFound
Other(String)
Trait Implementations
sourceimpl Debug for OpStoreError
impl Debug for OpStoreError
sourceimpl From<Error> for OpStoreError
impl From<Error> for OpStoreError
sourceimpl From<PersistError> for OpStoreError
impl From<PersistError> for OpStoreError
sourcefn from(err: PersistError) -> Self
fn from(err: PersistError) -> Self
Converts to this type from the input type.
sourceimpl From<ProtobufError> for OpStoreError
impl From<ProtobufError> for OpStoreError
sourcefn from(err: ProtobufError) -> Self
fn from(err: ProtobufError) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for OpStoreError
impl Send for OpStoreError
impl Sync for OpStoreError
impl Unpin for OpStoreError
impl UnwindSafe for OpStoreError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more