Struct rustdoc::clean::DefaultImplUnstable
[-] [+]
[src]
pub struct DefaultImpl { pub unsafety: Unsafety, pub trait_: Type, }
Fields
unsafety | |
trait_ |
pub struct DefaultImpl { pub unsafety: Unsafety, pub trait_: Type, }
unsafety | |
trait_ |
impl Debug for DefaultImpl
impl Decodable for DefaultImpl
fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<DefaultImpl, __D>
impl Encodable for DefaultImpl
impl Clone for DefaultImpl
fn clone(&self) -> DefaultImpl
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
).