pub struct StoreTransaction { /* private fields */ }Expand description
Exclusive cooperative mutation gate for one opened store. The lock is tied
to the held root inode, not the mutable pathname in Store::root.
Auto Trait Implementations§
impl Freeze for StoreTransaction
impl RefUnwindSafe for StoreTransaction
impl Send for StoreTransaction
impl Sync for StoreTransaction
impl Unpin for StoreTransaction
impl UnsafeUnpin for StoreTransaction
impl UnwindSafe for StoreTransaction
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