pub enum SessionOutcome {
Completed,
Asked,
Failed,
Capped,
Aborted,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for SessionOutcome
impl Clone for SessionOutcome
Source§fn clone(&self) -> SessionOutcome
fn clone(&self) -> SessionOutcome
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SessionOutcome
Source§impl Debug for SessionOutcome
impl Debug for SessionOutcome
Source§impl Display for SessionOutcome
impl Display for SessionOutcome
impl Eq for SessionOutcome
Source§impl FromSql for SessionOutcome
impl FromSql for SessionOutcome
Source§fn column_result(value: ValueRef<'_>) -> FromSqlResult<Self>
fn column_result(value: ValueRef<'_>) -> FromSqlResult<Self>
Converts SQLite value into Rust value.
Source§impl Hash for SessionOutcome
impl Hash for SessionOutcome
Source§impl PartialEq for SessionOutcome
impl PartialEq for SessionOutcome
impl StructuralPartialEq for SessionOutcome
Source§impl ToSql for SessionOutcome
impl ToSql for SessionOutcome
Source§fn to_sql(&self) -> Result<ToSqlOutput<'_>>
fn to_sql(&self) -> Result<ToSqlOutput<'_>>
Converts Rust value to SQLite value
Auto Trait Implementations§
impl Freeze for SessionOutcome
impl RefUnwindSafe for SessionOutcome
impl Send for SessionOutcome
impl Sync for SessionOutcome
impl Unpin for SessionOutcome
impl UnsafeUnpin for SessionOutcome
impl UnwindSafe for SessionOutcome
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.