pub struct Stm { /* private fields */ }Implementations§
Source§impl Stm
impl Stm
pub fn new() -> Self
pub fn atomically<T: Transaction>(&self, transaction: T) -> T::Output
Auto Trait Implementations§
impl !Freeze for Stm
impl RefUnwindSafe for Stm
impl Send for Stm
impl Sync for Stm
impl Unpin for Stm
impl UnwindSafe for Stm
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