pub enum StatementResultStatus {
WouldAdd,
Added,
AlreadyPresent,
}Variants§
Trait Implementations§
Source§impl Clone for StatementResultStatus
impl Clone for StatementResultStatus
Source§fn clone(&self) -> StatementResultStatus
fn clone(&self) -> StatementResultStatus
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 StatementResultStatus
Source§impl Debug for StatementResultStatus
impl Debug for StatementResultStatus
impl Eq for StatementResultStatus
Source§impl PartialEq for StatementResultStatus
impl PartialEq for StatementResultStatus
Source§impl Serialize for StatementResultStatus
impl Serialize for StatementResultStatus
impl StructuralPartialEq for StatementResultStatus
Auto Trait Implementations§
impl Freeze for StatementResultStatus
impl RefUnwindSafe for StatementResultStatus
impl Send for StatementResultStatus
impl Sync for StatementResultStatus
impl Unpin for StatementResultStatus
impl UnsafeUnpin for StatementResultStatus
impl UnwindSafe for StatementResultStatus
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
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§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.