pub enum SerdeAlgKind {
Json,
Postcard,
Toml,
}
Expand description
Формат сериализации / десериализации
Variants§
Trait Implementations§
Source§impl Clone for SerdeAlgKind
impl Clone for SerdeAlgKind
Source§fn clone(&self) -> SerdeAlgKind
fn clone(&self) -> SerdeAlgKind
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SerdeAlgKind
impl Debug for SerdeAlgKind
Source§impl Default for SerdeAlgKind
impl Default for SerdeAlgKind
Source§fn default() -> SerdeAlgKind
fn default() -> SerdeAlgKind
Returns the “default value” for a type. Read more
Source§impl PartialEq for SerdeAlgKind
impl PartialEq for SerdeAlgKind
impl Copy for SerdeAlgKind
impl StructuralPartialEq for SerdeAlgKind
Auto Trait Implementations§
impl Freeze for SerdeAlgKind
impl RefUnwindSafe for SerdeAlgKind
impl Send for SerdeAlgKind
impl Sync for SerdeAlgKind
impl Unpin for SerdeAlgKind
impl UnwindSafe for SerdeAlgKind
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