pub struct Model<'m> {
pub ty: &'m Type<'m>,
pub vtable: &'m VTable,
}
Fields§
§ty: &'m Type<'m>
§vtable: &'m VTable
Trait Implementations§
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