Enum leetcode_tui_rs::migrations::sea_orm::entity::Identity
source · pub enum Identity {
Unary(Arc<dyn Iden, Global>),
Binary(Arc<dyn Iden, Global>, Arc<dyn Iden, Global>),
Ternary(Arc<dyn Iden, Global>, Arc<dyn Iden, Global>, Arc<dyn Iden, Global>),
}
Expand description
Defines an operation for an Entity
Variants§
Unary(Arc<dyn Iden, Global>)
Performs one operation
Binary(Arc<dyn Iden, Global>, Arc<dyn Iden, Global>)
Performs two operations
Ternary(Arc<dyn Iden, Global>, Arc<dyn Iden, Global>, Arc<dyn Iden, Global>)
Performs three operations
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Identity
impl Send for Identity
impl Sync for Identity
impl Unpin for Identity
impl !UnwindSafe for Identity
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