pub struct FileWriteMetaData(/* private fields */);Expand description
Metadata and state for a background file write operation.
This struct should be stored in a persistent memory location (e.g., a static)
for the duration of the asynchronous file write.
Auto Trait Implementations§
impl Freeze for FileWriteMetaData
impl RefUnwindSafe for FileWriteMetaData
impl Send for FileWriteMetaData
impl Sync for FileWriteMetaData
impl Unpin for FileWriteMetaData
impl UnsafeUnpin for FileWriteMetaData
impl UnwindSafe for FileWriteMetaData
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