Struct netsblox_ast::RefId
source · pub struct RefId(pub usize);Tuple Fields§
§0: usizeTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for RefId
impl Send for RefId
impl Sync for RefId
impl Unpin for RefId
impl UnwindSafe for RefId
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