Struct byte_fmt::eval::ScopeEvalInfo
source · pub struct ScopeEvalInfo {
pub id: &'static str,
pub help: &'static str,
}
Fields§
§id: &'static str
§help: &'static str
Trait Implementations§
source§impl Clone for ScopeEvalInfo
impl Clone for ScopeEvalInfo
source§fn clone(&self) -> ScopeEvalInfo
fn clone(&self) -> ScopeEvalInfo
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more