pub struct RustUIClient;Implementations§
Source§impl RustUIClient
impl RustUIClient
pub async fn fetch_tree_md() -> CliResult<String>
pub async fn fetch_styles_default(component_name: &str) -> CliResult<String>
Sourcepub async fn fetch_js_file(path: &str) -> CliResult<String>
pub async fn fetch_js_file(path: &str) -> CliResult<String>
Fetch a JS file from the site (e.g., /hooks/lock_scroll.js)
Auto Trait Implementations§
impl Freeze for RustUIClient
impl RefUnwindSafe for RustUIClient
impl Send for RustUIClient
impl Sync for RustUIClient
impl Unpin for RustUIClient
impl UnsafeUnpin for RustUIClient
impl UnwindSafe for RustUIClient
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