pub struct ServerActionError { /* private fields */ }Expand description
An error that can be caused by a server action.
This is used for propagating errors from the server to the client when JS/WASM are not supported.
Implementations§
Trait Implementations§
Source§impl Clone for ServerActionError
impl Clone for ServerActionError
Source§fn clone(&self) -> ServerActionError
fn clone(&self) -> ServerActionError
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 ServerActionError
impl Debug for ServerActionError
Source§impl PartialEq for ServerActionError
impl PartialEq for ServerActionError
impl Eq for ServerActionError
impl StructuralPartialEq for ServerActionError
Auto Trait Implementations§
impl Freeze for ServerActionError
impl RefUnwindSafe for ServerActionError
impl Send for ServerActionError
impl Sync for ServerActionError
impl Unpin for ServerActionError
impl UnwindSafe for ServerActionError
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<T> StorageAccess<T> for T
impl<T> StorageAccess<T> for T
Source§fn as_borrowed(&self) -> &T
fn as_borrowed(&self) -> &T
Borrows the value.
Source§fn into_taken(self) -> T
fn into_taken(self) -> T
Takes the value.