pub struct Committer<C: Container<Value: Sized>>(/* private fields */);Expand description
Wrapper around a single atomic operation, where multiple ghost steps can be performed.
Implementations§
Auto Trait Implementations§
impl<C> Freeze for Committer<C>
impl<C> RefUnwindSafe for Committer<C>
impl<C> Send for Committer<C>
impl<C> Sync for Committer<C>
impl<C> Unpin for Committer<C>
impl<C> UnsafeUnpin for Committer<C>
impl<C> UnwindSafe for Committer<C>
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