Home
last modified time | relevance | path

Searched refs:InternalNumeric (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/chrono/src/format/
Dmod.rs133 Internal(InternalNumeric),
137 pub struct InternalNumeric { struct
141 impl Clone for InternalNumeric { implementation
147 impl PartialEq for InternalNumeric { implementation
148 fn eq(&self, _other: &InternalNumeric) -> bool { in eq()
153 impl Eq for InternalNumeric {} implementation
155 impl fmt::Debug for InternalNumeric { implementation