pub enum EffectIdRef {
Var(EffectIdVar),
Peek,
}Variants§
Var(EffectIdVar)
Peek
Trait Implementations§
Source§impl Clone for EffectIdRef
impl Clone for EffectIdRef
Source§fn clone(&self) -> EffectIdRef
fn clone(&self) -> EffectIdRef
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 moreSource§impl Debug for EffectIdRef
impl Debug for EffectIdRef
Source§impl Hash for EffectIdRef
impl Hash for EffectIdRef
Source§impl Ord for EffectIdRef
impl Ord for EffectIdRef
Source§fn cmp(&self, other: &EffectIdRef) -> Ordering
fn cmp(&self, other: &EffectIdRef) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for EffectIdRef
impl PartialEq for EffectIdRef
Source§fn eq(&self, other: &EffectIdRef) -> bool
fn eq(&self, other: &EffectIdRef) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for EffectIdRef
impl PartialOrd for EffectIdRef
impl Copy for EffectIdRef
impl Eq for EffectIdRef
impl StructuralPartialEq for EffectIdRef
Auto Trait Implementations§
impl Freeze for EffectIdRef
impl RefUnwindSafe for EffectIdRef
impl Send for EffectIdRef
impl Sync for EffectIdRef
impl Unpin for EffectIdRef
impl UnsafeUnpin for EffectIdRef
impl UnwindSafe for EffectIdRef
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