pub struct FileScratch { /* private fields */ }Expand description
Implementations§
Trait Implementations§
Source§impl Drop for FileScratch
impl Drop for FileScratch
Source§impl Scratch for FileScratch
impl Scratch for FileScratch
Source§fn write(&mut self, bytes: &[u8]) -> Result<(), HostError>
fn write(&mut self, bytes: &[u8]) -> Result<(), HostError>
Appends
bytes to the staging area. Not to be called after
freeze.Auto Trait Implementations§
impl Freeze for FileScratch
impl RefUnwindSafe for FileScratch
impl Send for FileScratch
impl Sync for FileScratch
impl Unpin for FileScratch
impl UnsafeUnpin for FileScratch
impl UnwindSafe for FileScratch
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