pub struct ActorStateTransaction { /* private fields */ }Expand description
A SQLite transaction that owns the actor state-save exclusion until it is committed or rolled back.
Implementations§
Trait Implementations§
Source§impl Clone for ActorStateTransaction
impl Clone for ActorStateTransaction
Source§fn clone(&self) -> ActorStateTransaction
fn clone(&self) -> ActorStateTransaction
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 moreAuto Trait Implementations§
impl !RefUnwindSafe for ActorStateTransaction
impl !UnwindSafe for ActorStateTransaction
impl Freeze for ActorStateTransaction
impl Send for ActorStateTransaction
impl Sync for ActorStateTransaction
impl Unpin for ActorStateTransaction
impl UnsafeUnpin for ActorStateTransaction
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