pub enum KeeperPeriod {
Start,
End,
}
Variants§
Auto Trait Implementations§
impl Freeze for KeeperPeriod
impl RefUnwindSafe for KeeperPeriod
impl Send for KeeperPeriod
impl Sync for KeeperPeriod
impl Unpin for KeeperPeriod
impl UnwindSafe for KeeperPeriod
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