pub struct EffectId(/* private fields */);Trait Implementations§
Source§impl Key for EffectId
impl Key for EffectId
Source§fn null() -> Self
fn null() -> Self
Creates a new key that is always invalid and distinct from any non-null
key. A null key can only be created through this method (or default
initialization of keys made with
new_key_type!, which calls this
method). Read moreSource§impl Ord for EffectId
impl Ord for EffectId
Source§impl PartialOrd for EffectId
impl PartialOrd for EffectId
impl Copy for EffectId
impl Eq for EffectId
impl StructuralPartialEq for EffectId
Auto Trait Implementations§
impl Freeze for EffectId
impl RefUnwindSafe for EffectId
impl Send for EffectId
impl Sync for EffectId
impl Unpin for EffectId
impl UnsafeUnpin for EffectId
impl UnwindSafe for EffectId
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