pub enum WalFormat {
Binary,
JsonLines,
}Expand description
WAL file format options
Variants§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for WalFormat
impl<'de> Deserialize<'de> for WalFormat
Source§fn 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
impl Copy for WalFormat
impl Eq for WalFormat
impl StructuralPartialEq for WalFormat
Auto Trait Implementations§
impl Freeze for WalFormat
impl RefUnwindSafe for WalFormat
impl Send for WalFormat
impl Sync for WalFormat
impl Unpin for WalFormat
impl UnwindSafe for WalFormat
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