pub enum EpochPerspective {
Before,
During,
After,
}Variants§
Auto Trait Implementations§
impl Freeze for EpochPerspective
impl RefUnwindSafe for EpochPerspective
impl Send for EpochPerspective
impl Sync for EpochPerspective
impl Unpin for EpochPerspective
impl UnwindSafe for EpochPerspective
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