pub struct DefReply {
pub canon_name: String,
pub def: Option<String>,
pub def_expr: Option<ExprReply>,
pub value: Option<NumberParts>,
pub doc: Option<DocString>,
}Fields§
§canon_name: String§def: Option<String>§def_expr: Option<ExprReply>§value: Option<NumberParts>§doc: Option<DocString>Trait Implementations§
Auto Trait Implementations§
impl Freeze for DefReply
impl RefUnwindSafe for DefReply
impl Send for DefReply
impl Sync for DefReply
impl Unpin for DefReply
impl UnsafeUnpin for DefReply
impl UnwindSafe for DefReply
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