Enum libsql::transaction::DropBehavior
source · pub enum DropBehavior {
Rollback,
Commit,
Ignore,
Panic,
}Variants§
Trait Implementations§
source§impl Clone for DropBehavior
impl Clone for DropBehavior
source§fn clone(&self) -> DropBehavior
fn clone(&self) -> DropBehavior
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for DropBehavior
impl Debug for DropBehavior
source§impl PartialEq<DropBehavior> for DropBehavior
impl PartialEq<DropBehavior> for DropBehavior
source§fn eq(&self, other: &DropBehavior) -> bool
fn eq(&self, other: &DropBehavior) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for DropBehavior
impl Eq for DropBehavior
impl StructuralEq for DropBehavior
impl StructuralPartialEq for DropBehavior
Auto Trait Implementations§
impl RefUnwindSafe for DropBehavior
impl Send for DropBehavior
impl Sync for DropBehavior
impl Unpin for DropBehavior
impl UnwindSafe for DropBehavior
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<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request