pub enum Builtin {
Show 21 variants
Append,
Cap,
Close,
Complex,
Copy,
Delete,
Imag,
Len,
Make,
New,
Panic,
Print,
Println,
Real,
Recover,
Alignof,
Offsetof,
Sizeof,
Assert,
Trace,
Ffi,
}
Expand description
A Builtin is the id of a builtin function.
Variants§
Append
Cap
Close
Complex
Copy
Delete
Imag
Len
Make
New
Panic
Println
Real
Recover
Alignof
Offsetof
Sizeof
Assert
Trace
Ffi
Trait Implementations§
impl Copy for Builtin
impl Eq for Builtin
impl StructuralPartialEq for Builtin
Auto Trait Implementations§
impl Freeze for Builtin
impl RefUnwindSafe for Builtin
impl Send for Builtin
impl Sync for Builtin
impl Unpin for Builtin
impl UnwindSafe for Builtin
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