Enum dds_bridge::Penalty
source · #[repr(u8)]pub enum Penalty {
None = 0,
Doubled = 1,
Redoubled = 2,
}Expand description
Penalty inflicted on a contract
Variants§
Trait Implementations§
source§impl PartialEq for Penalty
impl PartialEq for Penalty
impl Copy for Penalty
impl Eq for Penalty
impl StructuralPartialEq for Penalty
Auto Trait Implementations§
impl Freeze for Penalty
impl RefUnwindSafe for Penalty
impl Send for Penalty
impl Sync for Penalty
impl Unpin for Penalty
impl UnwindSafe for Penalty
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