pub struct StateLoadingError;
Expand description
An error that occurs when loading a petri net state.
Auto Trait Implementations§
impl Freeze for StateLoadingError
impl RefUnwindSafe for StateLoadingError
impl Send for StateLoadingError
impl Sync for StateLoadingError
impl Unpin for StateLoadingError
impl UnwindSafe for StateLoadingError
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