pub enum GotoVariant {
Break,
Continue,
Try,
}Variants§
Trait Implementations§
Source§impl Clone for GotoVariant
impl Clone for GotoVariant
Source§fn clone(&self) -> GotoVariant
fn clone(&self) -> GotoVariant
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GotoVariant
Source§impl Debug for GotoVariant
impl Debug for GotoVariant
impl Eq for GotoVariant
Source§impl PartialEq for GotoVariant
impl PartialEq for GotoVariant
Source§fn eq(&self, other: &GotoVariant) -> bool
fn eq(&self, other: &GotoVariant) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GotoVariant
Auto Trait Implementations§
impl Freeze for GotoVariant
impl RefUnwindSafe for GotoVariant
impl Send for GotoVariant
impl Sync for GotoVariant
impl Unpin for GotoVariant
impl UnsafeUnpin for GotoVariant
impl UnwindSafe for GotoVariant
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.