pub enum UseTauriError {
Command(&'static str, String),
Serialize(String),
Deserialize(String),
}
Variants§
Trait Implementations§
Source§impl Clone for UseTauriError
impl Clone for UseTauriError
Source§fn clone(&self) -> UseTauriError
fn clone(&self) -> UseTauriError
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for UseTauriError
impl Debug for UseTauriError
Auto Trait Implementations§
impl Freeze for UseTauriError
impl RefUnwindSafe for UseTauriError
impl Send for UseTauriError
impl Sync for UseTauriError
impl Unpin for UseTauriError
impl UnwindSafe for UseTauriError
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<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.