pub struct RSym {
pub name: String,
}Expand description
Interned symbol name used across the VM to identify methods and constants.
Fields§
§name: StringImplementations§
Trait Implementations§
impl Eq for RSym
impl StructuralPartialEq for RSym
Auto Trait Implementations§
impl Freeze for RSym
impl RefUnwindSafe for RSym
impl Send for RSym
impl Sync for RSym
impl Unpin for RSym
impl UnwindSafe for RSym
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