Enum leptos_query::ResourceOption
source · pub enum ResourceOption {
NonBlocking,
Blocking,
}Expand description
Determines which type of resource to use.
Variants§
Trait Implementations§
source§impl Clone for ResourceOption
impl Clone for ResourceOption
source§fn clone(&self) -> ResourceOption
fn clone(&self) -> ResourceOption
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 moreimpl Copy for ResourceOption
Auto Trait Implementations§
impl RefUnwindSafe for ResourceOption
impl Send for ResourceOption
impl Sync for ResourceOption
impl Unpin for ResourceOption
impl UnwindSafe for ResourceOption
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