Enum snowbridge_amcl::types::SignOfX
source · pub enum SignOfX {
Not,
PositiveX,
NegativeX,
}
Variants§
Trait Implementations§
source§impl PartialEq for SignOfX
impl PartialEq for SignOfX
impl StructuralPartialEq for SignOfX
Auto Trait Implementations§
impl RefUnwindSafe for SignOfX
impl Send for SignOfX
impl Sync for SignOfX
impl Unpin for SignOfX
impl UnwindSafe for SignOfX
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