pub(crate) struct BuiltinMetaSpec {
pub kind: BuiltinMetaCallKind,
pub name: &'static str,
pub arity: usize,
pub arg_kinds: &'static [MetaArgKind],
}Fields§
§kind: BuiltinMetaCallKind§name: &'static str§arity: usize§arg_kinds: &'static [MetaArgKind]Auto Trait Implementations§
impl Freeze for BuiltinMetaSpec
impl RefUnwindSafe for BuiltinMetaSpec
impl Send for BuiltinMetaSpec
impl Sync for BuiltinMetaSpec
impl Unpin for BuiltinMetaSpec
impl UnwindSafe for BuiltinMetaSpec
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