pub enum RelType {
OneToMany,
ManyToOne,
ManyToMany,
}Variants§
Trait Implementations§
impl Eq for RelType
impl StructuralPartialEq for RelType
Auto Trait Implementations§
impl Freeze for RelType
impl RefUnwindSafe for RelType
impl Send for RelType
impl Sync for RelType
impl Unpin for RelType
impl UnsafeUnpin for RelType
impl UnwindSafe for RelType
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