pub enum SchemaFieldType {
Property,
Relation,
ForeignRelation,
}
Variants
Property
Relation
ForeignRelation
Auto Trait Implementations
impl RefUnwindSafe for SchemaFieldType
impl Send for SchemaFieldType
impl Sync for SchemaFieldType
impl Unpin for SchemaFieldType
impl UnwindSafe for SchemaFieldType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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