pub struct RustUIClient;Implementations§
Source§impl RustUIClient
impl RustUIClient
pub fn styles_index_url() -> String
pub async fn fetch_tree_md() -> CliResult<String>
pub async fn fetch_styles_default(component_name: &str) -> CliResult<String>
pub async fn fetch_styles_index() -> CliResult<String>
Auto Trait Implementations§
impl Freeze for RustUIClient
impl RefUnwindSafe for RustUIClient
impl Send for RustUIClient
impl Sync for RustUIClient
impl Unpin 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