pub enum DeferSource {
Fleet,
Local,
}Expand description
Which set of books refused an order. The remedies are different, so the distinction is worth carrying all the way to the operator’s log line.
Variants§
Fleet
The fleet’s shared budget, held by the control plane. Some other edge under the same registered domain spent the allowance; nothing about this box will change that, and waiting (or reducing how often the fleet re-orders) is the only remedy.
Local
This edge’s own ledger. Usually a certificate cache that is not durable, so every restart re-orders — fixable here, by making the ACME cache directory survive a restart.
Implementations§
Trait Implementations§
Source§impl Clone for DeferSource
impl Clone for DeferSource
Source§fn clone(&self) -> DeferSource
fn clone(&self) -> DeferSource
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 DeferSource
Source§impl Debug for DeferSource
impl Debug for DeferSource
impl Eq for DeferSource
Source§impl PartialEq for DeferSource
impl PartialEq for DeferSource
impl StructuralPartialEq for DeferSource
Auto Trait Implementations§
impl Freeze for DeferSource
impl RefUnwindSafe for DeferSource
impl Send for DeferSource
impl Sync for DeferSource
impl Unpin for DeferSource
impl UnsafeUnpin for DeferSource
impl UnwindSafe for DeferSource
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.