pub enum EpochChangeOutcome {
NoChange,
Change {
next_epoch_effective_start_millis: i64,
},
}
Variants§
Auto Trait Implementations§
impl Freeze for EpochChangeOutcome
impl RefUnwindSafe for EpochChangeOutcome
impl Send for EpochChangeOutcome
impl Sync for EpochChangeOutcome
impl Unpin for EpochChangeOutcome
impl UnwindSafe for EpochChangeOutcome
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