#[repr(i32)]pub enum SOSType {
Ty1 = 1,
Ty2 = 2,
}Expand description
Type of SOS constraint
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SOSType
impl RefUnwindSafe for SOSType
impl Send for SOSType
impl Sync for SOSType
impl Unpin for SOSType
impl UnwindSafe for SOSType
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