pub enum TurnStatus {
Completed,
Failed,
}Variants§
Trait Implementations§
Source§impl Debug for TurnStatus
impl Debug for TurnStatus
Source§impl PartialEq for TurnStatus
impl PartialEq for TurnStatus
Source§impl Serialize for TurnStatus
impl Serialize for TurnStatus
impl StructuralPartialEq for TurnStatus
Auto Trait Implementations§
impl Freeze for TurnStatus
impl RefUnwindSafe for TurnStatus
impl Send for TurnStatus
impl Sync for TurnStatus
impl Unpin for TurnStatus
impl UnwindSafe for TurnStatus
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