Searched defs:to_option (Results 1 – 4 of 4) sorted by relevance
7 fn to_option(&self) -> Option<&dyn ProtobufValue>; in to_option() method13 fn to_option(&self) -> Option<&dyn ProtobufValue> { in to_option() method26 fn to_option(&self) -> Option<&dyn ProtobufValue> { in to_option() method39 fn to_option(&self) -> Option<&dyn ProtobufValue> { in to_option() method
21 fn to_option<T>(self, value: T) -> Option<T>; in to_option() method29 pub fn to_option(self, value: &T) -> &T { in to_option() function35 fn to_option<U>(self, value: U) -> Option<U> { in to_option() method
357 const fn to_option(&self, stat: u64) -> Option<u64> { in to_option() method