pub enum IdentifierKind {
Builtin,
Var,
Prompt,
Secret,
Client,
Type,
}Variants§
Trait Implementations§
Source§impl Debug for IdentifierKind
impl Debug for IdentifierKind
Source§impl PartialEq for IdentifierKind
impl PartialEq for IdentifierKind
Source§fn eq(&self, other: &IdentifierKind) -> bool
fn eq(&self, other: &IdentifierKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for IdentifierKind
Auto Trait Implementations§
impl Freeze for IdentifierKind
impl RefUnwindSafe for IdentifierKind
impl Send for IdentifierKind
impl Sync for IdentifierKind
impl Unpin for IdentifierKind
impl UnsafeUnpin for IdentifierKind
impl UnwindSafe for IdentifierKind
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