pub enum HandleKey {
Str(&'static str),
String(String),
Number(usize),
}Expand description
A handle key.
Variants§
Trait Implementations§
impl Eq for HandleKey
impl StructuralPartialEq for HandleKey
Auto Trait Implementations§
impl Freeze for HandleKey
impl RefUnwindSafe for HandleKey
impl Send for HandleKey
impl Sync for HandleKey
impl Unpin for HandleKey
impl UnwindSafe for HandleKey
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