pub enum IntegerSerialization {
Simple,
String,
NullAsZero,
}Variants§
Trait Implementations§
Source§impl Clone for IntegerSerialization
impl Clone for IntegerSerialization
Source§fn clone(&self) -> IntegerSerialization
fn clone(&self) -> IntegerSerialization
Returns a duplicate 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 IntegerSerialization
impl Debug for IntegerSerialization
Source§impl PartialEq for IntegerSerialization
impl PartialEq for IntegerSerialization
impl Copy for IntegerSerialization
impl StructuralPartialEq for IntegerSerialization
Auto Trait Implementations§
impl Freeze for IntegerSerialization
impl RefUnwindSafe for IntegerSerialization
impl Send for IntegerSerialization
impl Sync for IntegerSerialization
impl Unpin for IntegerSerialization
impl UnwindSafe for IntegerSerialization
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