pub enum RundownError {
RundownInProgress,
}Expand description
The set of errors returned by methods in the run-down crate.
Variants§
RundownInProgress
Rundown is already in progress on this shared object.
Trait Implementations§
Source§impl Debug for RundownError
impl Debug for RundownError
Source§impl PartialEq for RundownError
impl PartialEq for RundownError
impl StructuralPartialEq for RundownError
Auto Trait Implementations§
impl Freeze for RundownError
impl RefUnwindSafe for RundownError
impl Send for RundownError
impl Sync for RundownError
impl Unpin for RundownError
impl UnwindSafe for RundownError
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