pub struct Model<'m> {
pub ty: &'m Type<'m>,
}Fields§
§ty: &'m Type<'m>Auto Trait Implementations§
impl<'m> Freeze for Model<'m>
impl<'m> RefUnwindSafe for Model<'m>
impl<'m> Send for Model<'m>
impl<'m> Sync for Model<'m>
impl<'m> Unpin for Model<'m>
impl<'m> UnwindSafe for Model<'m>
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