pub struct ByteArea { /* private fields */ }Expand description
Area managing a temporary file.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ByteArea
impl RefUnwindSafe for ByteArea
impl Send for ByteArea
impl Sync for ByteArea
impl Unpin for ByteArea
impl UnwindSafe for ByteArea
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