pub struct FlushableItem {
pub underlying_file: Arc<(PathBuf, Mutex<File>)>,
pub mode: FileFlushMode,
}
Fields
underlying_file: Arc<(PathBuf, Mutex<File>)>
mode: FileFlushMode
Auto Trait Implementations
impl !RefUnwindSafe for FlushableItem
impl Send for FlushableItem
impl Sync for FlushableItem
impl Unpin for FlushableItem
impl !UnwindSafe for FlushableItem
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more