pub enum AnnotationSelector {
EntryPoint,
Terminal(TerminalKind),
}Variants§
EntryPoint
Terminal(TerminalKind)
Trait Implementations§
Source§impl Clone for AnnotationSelector
impl Clone for AnnotationSelector
Source§fn clone(&self) -> AnnotationSelector
fn clone(&self) -> AnnotationSelector
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AnnotationSelector
impl Debug for AnnotationSelector
Source§impl PartialEq for AnnotationSelector
impl PartialEq for AnnotationSelector
impl Copy for AnnotationSelector
impl Eq for AnnotationSelector
impl StructuralPartialEq for AnnotationSelector
Auto Trait Implementations§
impl Freeze for AnnotationSelector
impl RefUnwindSafe for AnnotationSelector
impl Send for AnnotationSelector
impl Sync for AnnotationSelector
impl Unpin for AnnotationSelector
impl UnsafeUnpin for AnnotationSelector
impl UnwindSafe for AnnotationSelector
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