pub enum InsertTransactionError {
    SyncPending,
    NotSetArchiveCanister,
    RemoteError,
    Unexpected(String),
    CantWrite,
    InvalidId,
}Variants§
Trait Implementations§
source§impl CandidType for InsertTransactionError
 
impl CandidType for InsertTransactionError
source§impl Debug for InsertTransactionError
 
impl Debug for InsertTransactionError
source§impl<'de> Deserialize<'de> for InsertTransactionError
 
impl<'de> Deserialize<'de> for InsertTransactionError
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
    __D: Deserializer<'de>,
 
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
    __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for InsertTransactionError
 
impl PartialEq for InsertTransactionError
source§fn eq(&self, other: &InsertTransactionError) -> bool
 
fn eq(&self, other: &InsertTransactionError) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for InsertTransactionError
Auto Trait Implementations§
impl RefUnwindSafe for InsertTransactionError
impl Send for InsertTransactionError
impl Sync for InsertTransactionError
impl Unpin for InsertTransactionError
impl UnwindSafe for InsertTransactionError
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