Enum rustdoc::clean::FunctionRetTyUnstable
[-] [+]
[src]
pub enum FunctionRetTy { Return(Type), DefaultReturn, NoReturn, }
Variants
Return | |
DefaultReturn | |
NoReturn |
pub enum FunctionRetTy { Return(Type), DefaultReturn, NoReturn, }
Return | |
DefaultReturn | |
NoReturn |
impl Display for FunctionRetTy
impl Debug for FunctionRetTy
impl PartialEq for FunctionRetTy
fn eq(&self, __arg_0: &FunctionRetTy) -> bool
fn ne(&self, __arg_0: &FunctionRetTy) -> bool
impl Decodable for FunctionRetTy
fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<FunctionRetTy, __D>
impl Encodable for FunctionRetTy
impl Clone for FunctionRetTy
fn clone(&self) -> FunctionRetTy
fn 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
).