Enum workflow_core::enums::TryFromError
source · pub enum TryFromError {
u32(&'static str, u32),
u16(&'static str, u16),
u8(&'static str, u8),
usize(&'static str, usize),
}Expand description
Error produced by the enum try_from macros
Variants§
Trait Implementations§
source§impl Clone for TryFromError
impl Clone for TryFromError
source§fn clone(&self) -> TryFromError
fn clone(&self) -> TryFromError
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 moreAuto Trait Implementations§
impl RefUnwindSafe for TryFromError
impl Send for TryFromError
impl Sync for TryFromError
impl Unpin for TryFromError
impl UnwindSafe for TryFromError
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