pub struct BufferEntry {
pub meta: BufferMeta,
pub output_path: PathBuf,
}Expand description
A buffer entry with metadata and output path.
Fields§
§meta: BufferMeta§output_path: PathBufTrait Implementations§
Auto Trait Implementations§
impl Freeze for BufferEntry
impl RefUnwindSafe for BufferEntry
impl Send for BufferEntry
impl Sync for BufferEntry
impl Unpin for BufferEntry
impl UnwindSafe for BufferEntry
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