pub enum UDTPausableError {
NoPausePermission,
NoUnpausePermission,
AbortedFromPause,
IncompletePauseList,
CyclicPauseList,
}
Variants§
Auto Trait Implementations§
impl Freeze for UDTPausableError
impl RefUnwindSafe for UDTPausableError
impl Send for UDTPausableError
impl Sync for UDTPausableError
impl Unpin for UDTPausableError
impl UnwindSafe for UDTPausableError
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