pub struct Alive<A: Alter + Load, W: Watch> {
pub run: OrderedSkipList<Run>,
pub alter: A,
pub api: Arc<Api<W>>,
pub conf: Conf,
}Fields§
§run: OrderedSkipList<Run>§alter: A§api: Arc<Api<W>>§conf: ConfImplementations§
Trait Implementations§
Auto Trait Implementations§
impl<A, W> Freeze for Alive<A, W>where
A: Freeze,
impl<A, W> !RefUnwindSafe for Alive<A, W>
impl<A, W> !Send for Alive<A, W>
impl<A, W> !Sync for Alive<A, W>
impl<A, W> Unpin for Alive<A, W>where
A: Unpin,
impl<A, W> !UnwindSafe for Alive<A, W>
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