Struct schema_ast::ast::EnumId
source · pub struct EnumId(/* private fields */);
Expand description
An opaque identifier for an enum in a schema AST.
Trait Implementations§
source§impl From<EnumId> for AttributeContainer
impl From<EnumId> for AttributeContainer
source§impl Ord for EnumId
impl Ord for EnumId
source§impl PartialEq for EnumId
impl PartialEq for EnumId
source§impl PartialOrd for EnumId
impl PartialOrd for EnumId
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for EnumId
impl Eq for EnumId
impl StructuralEq for EnumId
impl StructuralPartialEq for EnumId
Auto Trait Implementations§
impl RefUnwindSafe for EnumId
impl Send for EnumId
impl Sync for EnumId
impl Unpin for EnumId
impl UnwindSafe for EnumId
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