pub enum CanisterPoolCreationFailure {
UnresolvedAfterLedgerWindow,
LedgerCreationFailed,
LedgerRejected,
}Expand description
Why one autonomous refill stopped without creating another Canister.
Variants§
Trait Implementations§
Source§impl Clone for CanisterPoolCreationFailure
impl Clone for CanisterPoolCreationFailure
Source§fn clone(&self) -> CanisterPoolCreationFailure
fn clone(&self) -> CanisterPoolCreationFailure
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CanisterPoolCreationFailure
Source§impl Debug for CanisterPoolCreationFailure
impl Debug for CanisterPoolCreationFailure
Source§impl<'de> Deserialize<'de> for CanisterPoolCreationFailure
impl<'de> Deserialize<'de> for CanisterPoolCreationFailure
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
impl Eq for CanisterPoolCreationFailure
impl StructuralPartialEq for CanisterPoolCreationFailure
Auto Trait Implementations§
impl Freeze for CanisterPoolCreationFailure
impl RefUnwindSafe for CanisterPoolCreationFailure
impl Send for CanisterPoolCreationFailure
impl Sync for CanisterPoolCreationFailure
impl Unpin for CanisterPoolCreationFailure
impl UnsafeUnpin for CanisterPoolCreationFailure
impl UnwindSafe for CanisterPoolCreationFailure
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