Struct tap::zerovfile::ZeroVFileBuilder
source · [−]pub struct ZeroVFileBuilder {}
Expand description
VFileBuilder implementation for ZeroVFile. A VFile with an infinize size that return data set to 0 can be used in a MappedVFile to simulate sparse zone.
Trait Implementations
sourceimpl Debug for ZeroVFileBuilder
impl Debug for ZeroVFileBuilder
sourceimpl<'de> Deserialize<'de> for ZeroVFileBuilder
impl<'de> Deserialize<'de> for ZeroVFileBuilder
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl Serialize for ZeroVFileBuilder
impl Serialize for ZeroVFileBuilder
Auto Trait Implementations
impl RefUnwindSafe for ZeroVFileBuilder
impl Send for ZeroVFileBuilder
impl Sync for ZeroVFileBuilder
impl Unpin for ZeroVFileBuilder
impl UnwindSafe for ZeroVFileBuilder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more