Enum backend::db::user_follow::PrimaryKey [−][src]
pub enum PrimaryKey {
Uid,
BurrowId,
}
Variants
Trait Implementations
type Iterator = PrimaryKeyIter
fn iter() -> PrimaryKeyIterⓘNotable traits for PrimaryKeyIterimpl Iterator for PrimaryKeyIter type Item = PrimaryKey;
Notable traits for PrimaryKeyIter
impl Iterator for PrimaryKeyIter type Item = PrimaryKey;
Method to map a primary key to a column in an Entity
Method to map a primary key from a column in an Entity
Auto Trait Implementations
impl RefUnwindSafe for PrimaryKey
impl Send for PrimaryKey
impl Sync for PrimaryKey
impl Unpin for PrimaryKey
impl UnwindSafe for PrimaryKey
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn clone_any_send(&self) -> Box<dyn CloneAny + Send + 'static, Global> where
T: Send,
pub fn clone_any_sync(&self) -> Box<dyn CloneAny + Sync + 'static, Global> where
T: Sync,
pub fn into_collection<A>(self) -> SmallVec<A> where
A: Array<Item = T>,
pub fn into_collection<A>(self) -> SmallVec<A> where
A: Array<Item = T>,
Converts self
into a collection.
pub fn into_column_ref(self) -> ColumnRef
pub fn into_identity(self) -> Identity
pub fn into_identity(self) -> Identity
Method to perform the conversion
pub fn into_index_column(self) -> IndexColumn
pub fn into_table_ref(self) -> TableRef
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more