pub fn is_default<E: Default + PartialEq>(e: &E) -> bool
Answers “Is this value in it’s default state?” which can be used to skip serializing the value.