pub enum ArgOverride {
Nullable,
NullableSlice,
Slice,
LenForSlice(&'static str, usize),
StringAsBytes,
Char8AsChar,
}
Variants§
Trait Implementations§
source§impl Clone for ArgOverride
impl Clone for ArgOverride
source§fn clone(&self) -> ArgOverride
fn clone(&self) -> ArgOverride
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 more