pub enum UigInstruction {
Doc,
Upg,
Ucons,
StdSp,
}
Variants§
Trait Implementations§
source§impl PartialEq for UigInstruction
impl PartialEq for UigInstruction
impl StructuralPartialEq for UigInstruction
Auto Trait Implementations§
impl Freeze for UigInstruction
impl RefUnwindSafe for UigInstruction
impl Send for UigInstruction
impl Sync for UigInstruction
impl Unpin for UigInstruction
impl UnwindSafe for UigInstruction
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