Struct mango_orm::migration::Monitor [−][src]
pub struct Monitor<'a> {
pub project_name: &'a str,
pub unique_project_key: &'a str,
pub models: Vec<Meta>,
}Fields
project_name: &'a strunique_project_key: &'a strmodels: 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
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> Pointable for T
impl<T> Pointable for Timpl<T> Same<T> for T
impl<T> Same<T> for Ttype Output = T
type Output = TShould always be Self
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,