Struct byte_fmt::eval::ScopeFuncInfo
source · pub struct ScopeFuncInfo {
pub id: &'static str,
pub init_eq: Option<bool>,
pub to_abe: bool,
pub argc: RangeInclusive<usize>,
pub help: &'static str,
}
Fields§
§id: &'static str
§init_eq: Option<bool>
§to_abe: bool
§argc: RangeInclusive<usize>
§help: &'static str
Trait Implementations§
source§impl Clone for ScopeFuncInfo
impl Clone for ScopeFuncInfo
source§fn clone(&self) -> ScopeFuncInfo
fn clone(&self) -> ScopeFuncInfo
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