pub struct Constant {
    pub documentation: Option<Document>,
    pub name: String,
    pub value: Value,
}Fieldsยง
ยงdocumentation: Option<Document>ยงname: Stringยงvalue: ValueImplementationsยง
Trait Implementationsยง
Auto Trait Implementationsยง
impl Freeze for Constant
impl RefUnwindSafe for Constant
impl Send for Constant
impl Sync for Constant
impl Unpin for Constant
impl UnwindSafe for Constant
Blanket Implementationsยง
Sourceยงimpl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
Sourceยงfn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more