Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
impl Default for ipc WriteOptions (#583)
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 authored Nov 7, 2021
1 parent f146097 commit e9d618c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/io/ipc/write/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ pub enum Compression {
}

/// Options declaring the behaviour of writing to IPC
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash, Default)]
pub struct WriteOptions {
/// Whether the buffers should be compressed and which codec to use.
/// Note: to use compression the crate must be compiled with feature `io_ipc_compression`.
Expand Down

0 comments on commit e9d618c

Please sign in to comment.