Enum syntax::ast::FunctionRetTyUnstable
[-] [+]
[src]
pub enum FunctionRetTy {
NoReturn(Span),
DefaultReturn(Span),
Return(P<Ty>),
}pub enum FunctionRetTy {
NoReturn(Span),
DefaultReturn(Span),
Return(P<Ty>),
}impl FunctionRetTyimpl Debug for FunctionRetTyimpl Hash for FunctionRetTyfn hash<__H: Hasher>(&self, __arg_0: &mut __H)fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasherimpl Decodable for FunctionRetTyfn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<FunctionRetTy, Error>impl Encodable for FunctionRetTyimpl Eq for FunctionRetTyfn assert_receiver_is_total_eq(&self)impl PartialEq for FunctionRetTyfn eq(&self, __arg_0: &FunctionRetTy) -> boolfn ne(&self, __arg_0: &FunctionRetTy) -> boolimpl Clone for FunctionRetTyfn clone(&self) -> FunctionRetTyfn clone_from(&mut self, source: &Self)
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).