pub struct DynamicFastXWriter { /* private fields */ }Implementations§
Source§impl DynamicFastXWriter
impl DynamicFastXWriter
pub fn write<Rec: Record>(&mut self, rec: &Rec) -> Result<(), Box<dyn Error>>
pub fn new<W: Write + 'static + Send>(stream: W, filetype: FileType) -> Self
pub fn new_to_file<P: AsRef<Path>>(filename: &P) -> Result<Self, Box<dyn Error>>
pub fn new_to_stdout( filetype: FileType, compression_type: CompressionType, ) -> Self
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for DynamicFastXWriter
impl !Sync for DynamicFastXWriter
impl !UnwindSafe for DynamicFastXWriter
impl Freeze for DynamicFastXWriter
impl Send for DynamicFastXWriter
impl Unpin for DynamicFastXWriter
impl UnsafeUnpin for DynamicFastXWriter
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