pub struct Monitor<'a> {
pub project_name: &'a str,
pub unique_project_key: &'a str,
pub models: Vec<Meta>,
}
Expand description
For monitoring the state of models.
Fields
project_name: &'a str
unique_project_key: &'a str
models: Vec<Meta>
Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for Monitor<'a>
impl<'a> Send for Monitor<'a>
impl<'a> Sync for Monitor<'a>
impl<'a> Unpin for Monitor<'a>
impl<'a> UnwindSafe for Monitor<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more