pub struct RuntimeNavigationContext { /* private fields */ }Implementations§
pub fn get_cache_key(&self) -> Option<String>
pub fn get_chunkname(&self) -> Option<String>
pub fn get_config(&self) -> Option<String>
pub fn get_config_behavior(&self) -> ConfigBehavior
pub fn get_config_status(&self) -> ConfigStatus
pub fn get_loadname(&self) -> Option<String>
pub fn is_module_present(&self) -> bool
pub fn jump_to_alias(&mut self, path: &str) -> NavigateResult
pub fn reset_to_requirer(&mut self) -> NavigateResult
pub fn to_alias_fallback(&mut self, alias_unprefixed: &str) -> NavigateResult
pub fn to_alias_override(&mut self, alias_unprefixed: &str) -> NavigateResult
pub fn to_child(&self, component: &str) -> NavigateResult
pub fn to_parent(&mut self) -> NavigateResult
Trait Implementations§
fn reset_to_requirer(&mut self) -> NavigateResult
fn jump_to_alias(&mut self, path: &str) -> NavigateResult
fn to_alias_override(&mut self, alias_unprefixed: &str) -> NavigateResult
fn to_alias_fallback(&mut self, alias_unprefixed: &str) -> NavigateResult
fn to_parent(&mut self) -> NavigateResult
fn to_child(&mut self, component: &str) -> NavigateResult
fn get_config_status(&self) -> ConfigStatus
fn get_config_behavior(&self) -> ConfigBehavior
fn get_alias(&self, alias: &str) -> Option<String>
fn get_config(&self) -> Option<String>
fn luau_config_init(&self) -> Option<Rc<dyn Fn(*mut lua_State)>>
fn luau_config_interrupt( &self, ) -> Option<unsafe extern "C-unwind" fn(l: *mut lua_State, gc: c_int)>
Auto Trait Implementations§
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