Struct rustdoc::clean::Constant
[−]
[src]
pub struct Constant {
pub type_: Type,
pub expr: String,
}Unstable (
rustdoc)Fields
type_: Type
Unstable (
rustdoc)expr: String
Unstable (
rustdoc)Trait Implementations
Derived Implementations
impl Debug for Constant[src]
impl Decodable for Constant[src]
impl Encodable for Constant[src]
impl Clone for Constant[src]
fn clone(&self) -> Constant
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more