pub enum SerializerType {
JSON,
Borsh,
}Expand description
Type of serialization we use.
Variants§
Trait Implementations§
Source§impl PartialEq for SerializerType
impl PartialEq for SerializerType
impl Eq for SerializerType
impl StructuralPartialEq for SerializerType
Auto Trait Implementations§
impl Freeze for SerializerType
impl RefUnwindSafe for SerializerType
impl Send for SerializerType
impl Sync for SerializerType
impl Unpin for SerializerType
impl UnwindSafe for SerializerType
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