enum SeacMode {
Explicit,
Implicit,
}Expand description
Specifies how the seac operation was invoked.
Variants§
Explicit
Through the seac operator.
Implicit
Implicitly with extra arguments on the stack through the
endchar operator.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SeacMode
impl RefUnwindSafe for SeacMode
impl Send for SeacMode
impl Sync for SeacMode
impl Unpin for SeacMode
impl UnsafeUnpin for SeacMode
impl UnwindSafe for SeacMode
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