Enum texlang_testing::SerdeFormat
source · pub enum SerdeFormat {
Json,
MessagePack,
BinCode,
}
Expand description
Format to use in a serde test.
Variants§
Auto Trait Implementations§
impl RefUnwindSafe for SerdeFormat
impl Send for SerdeFormat
impl Sync for SerdeFormat
impl Unpin for SerdeFormat
impl UnwindSafe for SerdeFormat
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