pub struct URL_IGNORE_TRIE_PATHS { /* private fields */ }Expand description
Ignore list of scripts paths.
Trait Implementations§
Source§impl Deref for URL_IGNORE_TRIE_PATHS
impl Deref for URL_IGNORE_TRIE_PATHS
impl LazyStatic for URL_IGNORE_TRIE_PATHS
Auto Trait Implementations§
impl Freeze for URL_IGNORE_TRIE_PATHS
impl RefUnwindSafe for URL_IGNORE_TRIE_PATHS
impl Send for URL_IGNORE_TRIE_PATHS
impl Sync for URL_IGNORE_TRIE_PATHS
impl Unpin for URL_IGNORE_TRIE_PATHS
impl UnwindSafe for URL_IGNORE_TRIE_PATHS
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