pub enum HookSlotKind {
Stable,
State,
Effect,
Listener,
Context,
Store,
}Variants§
Trait Implementations§
Source§impl Clone for HookSlotKind
impl Clone for HookSlotKind
Source§fn clone(&self) -> HookSlotKind
fn clone(&self) -> HookSlotKind
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 HookSlotKind
Source§impl Debug for HookSlotKind
impl Debug for HookSlotKind
impl Eq for HookSlotKind
Source§impl Hash for HookSlotKind
impl Hash for HookSlotKind
Source§impl Ord for HookSlotKind
impl Ord for HookSlotKind
Source§fn cmp(&self, other: &HookSlotKind) -> Ordering
fn cmp(&self, other: &HookSlotKind) -> 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
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for HookSlotKind
impl PartialEq for HookSlotKind
Source§impl PartialOrd for HookSlotKind
impl PartialOrd for HookSlotKind
impl StructuralPartialEq for HookSlotKind
Auto Trait Implementations§
impl Freeze for HookSlotKind
impl RefUnwindSafe for HookSlotKind
impl Send for HookSlotKind
impl Sync for HookSlotKind
impl Unpin for HookSlotKind
impl UnsafeUnpin for HookSlotKind
impl UnwindSafe for HookSlotKind
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