Struct leptos_struct_table::ReloadController
source · pub struct ReloadController(/* private fields */);
Expand description
You can pass this to a [TableContent
] component’s reload_controller
prop to trigger a reload.
See the paginated_rest_datasource example for how to use.
Implementations§
Trait Implementations§
source§impl Clone for ReloadController
impl Clone for ReloadController
source§fn clone(&self) -> ReloadController
fn clone(&self) -> ReloadController
Returns a copy 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 Default for ReloadController
impl Default for ReloadController
impl Copy for ReloadController
Auto Trait Implementations§
impl RefUnwindSafe for ReloadController
impl Send for ReloadController
impl Sync for ReloadController
impl Unpin for ReloadController
impl UnwindSafe for ReloadController
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