Searched defs:downcast_ref (Results 1 – 8 of 8) sorted by relevance
512 pub fn downcast_ref<T: Any>(&self) -> Option<&T> { in downcast_ref() method532 pub fn downcast_ref<T: Any>(&self) -> Option<&T> { in downcast_ref() method552 pub fn downcast_ref<T: Any>(&self) -> Option<&T> { in downcast_ref() method572 pub fn downcast_ref<T: Any>(&self) -> Option<&T> { in downcast_ref() method
700 pub fn downcast_ref<T: Any>(&self) -> Option<&T> { in downcast_ref() method
218 pub fn downcast_ref<'a, M: MessageFull + 'a>(&'a self) -> Option<&'a M> { in downcast_ref() method272 fn downcast_ref() { in downcast_ref() function
16 pub(crate) fn downcast_ref<T: std::any::Any + Clone + Send + Sync + 'static>( in downcast_ref() method
211 pub(crate) fn downcast_ref(message: &dyn MessageDyn) -> &DynamicMessage { in downcast_ref() method
492 pub fn downcast_ref<E>(&self) -> Option<&E> in downcast_ref() method
306 pub fn downcast_ref<T: 'static>(&self) -> Option<&T> { in downcast_ref() method