Struct fluvio_future::file_slice::AsyncFileSlice
source · pub struct AsyncFileSlice { /* private fields */ }Expand description
Slice of the file This works only on raw fd
Implementations§
Trait Implementations§
source§impl AsRawFd for AsyncFileSlice
impl AsRawFd for AsyncFileSlice
source§impl Clone for AsyncFileSlice
impl Clone for AsyncFileSlice
source§fn clone(&self) -> AsyncFileSlice
fn clone(&self) -> AsyncFileSlice
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for AsyncFileSlice
impl Debug for AsyncFileSlice
source§impl Default for AsyncFileSlice
impl Default for AsyncFileSlice
source§fn default() -> AsyncFileSlice
fn default() -> AsyncFileSlice
Returns the “default value” for a type. Read more