Searched defs:Accepted (Results 1 – 3 of 3) sorted by relevance
127 static const int Accepted = 202; variable
72 pub struct Accepted<V, const TAG: u64>(pub V); struct74 impl<'de, V: Deserialize<'de>, const TAG: u64> Deserialize<'de> for Accepted<V, TAG> { implementation85 impl<V: Serialize, const TAG: u64> Serialize for Accepted<V, TAG> { implementation
140 "Accepted"); in setReason()