pub struct PublishedAtomicFile { /* private fields */ }Expand description
A staged file that has been installed at its destination while the caller’s durable transaction is still deciding whether that installation commits.
Implementations§
Auto Trait Implementations§
impl Freeze for PublishedAtomicFile
impl RefUnwindSafe for PublishedAtomicFile
impl Send for PublishedAtomicFile
impl Sync for PublishedAtomicFile
impl Unpin for PublishedAtomicFile
impl UnsafeUnpin for PublishedAtomicFile
impl UnwindSafe for PublishedAtomicFile
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