pub struct McpAppsAdapter { /* private fields */ }Implementations§
Source§impl McpAppsAdapter
impl McpAppsAdapter
pub fn new(options: McpAppsRenderOptions) -> Self
Trait Implementations§
Source§impl Clone for McpAppsAdapter
impl Clone for McpAppsAdapter
Source§fn clone(&self) -> McpAppsAdapter
fn clone(&self) -> McpAppsAdapter
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for McpAppsAdapter
impl Debug for McpAppsAdapter
Auto Trait Implementations§
impl Freeze for McpAppsAdapter
impl RefUnwindSafe for McpAppsAdapter
impl Send for McpAppsAdapter
impl Sync for McpAppsAdapter
impl Unpin for McpAppsAdapter
impl UnsafeUnpin for McpAppsAdapter
impl UnwindSafe for McpAppsAdapter
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