pub enum TypeKind<'re> {
Primitive(PrimitiveType),
Struct(StructType<'re>),
Ref(&'re Model<'re>),
}Variants§
Auto Trait Implementations§
impl<'re> Freeze for TypeKind<'re>
impl<'re> RefUnwindSafe for TypeKind<'re>
impl<'re> Send for TypeKind<'re>
impl<'re> Sync for TypeKind<'re>
impl<'re> Unpin for TypeKind<'re>
impl<'re> UnwindSafe for TypeKind<'re>
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