Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular-rust/yew-components
/ clone
Method
clone
src/utils/weak_component_link.rs:9–11 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
7
8
impl<T: Component> Clone for WeakComponentLink<T> {
9
fn clone(&self) -> Self {
10
WeakComponentLink(self.0.clone())
11
}
12
}
13
14
impl<T: Component> Default for WeakComponentLink<T> {
Callers
10
update
Method · 0.80
view
Method · 0.80
register_body_listener
Method · 0.80
view
Method · 0.80
run_next_animation_frame
Method · 0.80
rendered
Method · 0.80
set_on_input_handler
Function · 0.80
rendered
Method · 0.80
from
Method · 0.80
rendered
Method · 0.80
Calls
1
WeakComponentLink
Class · 0.85
Tested by
no test coverage detected