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 DefaultImplimpl Decodable for DefaultImplfn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<DefaultImpl, __D>impl Encodable for DefaultImplimpl Clone for DefaultImplfn clone(&self) -> DefaultImplfn 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).