Struct leptos_server::LeptosServerFnRegistry
source · pub struct LeptosServerFnRegistry;
Expand description
The registry of all Leptos server functions.
Auto Trait Implementations§
impl RefUnwindSafe for LeptosServerFnRegistry
impl Send for LeptosServerFnRegistry
impl Sync for LeptosServerFnRegistry
impl Unpin for LeptosServerFnRegistry
impl UnwindSafe for LeptosServerFnRegistry
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