Struct ink_analyzer_ir::ast::Variant
source · pub struct Variant { /* private fields */ }Implementations§
source§impl Variant
impl Variant
pub fn parent_enum(&self) -> Enum
pub fn kind(&self) -> StructKind
Trait Implementations§
source§impl From<Variant> for AnyHasAttrs
impl From<Variant> for AnyHasAttrs
source§fn from(node: Variant) -> AnyHasAttrs
fn from(node: Variant) -> AnyHasAttrs
Converts to this type from the input type.
source§impl HasDocComments for Variant
impl HasDocComments for Variant
fn doc_comments(&self) -> DocCommentIter ⓘ
fn doc_comments_and_attrs(&self) -> AttrDocCommentIter ⓘ
source§impl HasVisibility for Variant
impl HasVisibility for Variant
fn visibility(&self) -> Option<Visibility>
source§impl PartialEq for Variant
impl PartialEq for Variant
impl Eq for Variant
impl StructuralEq for Variant
impl StructuralPartialEq for Variant
Auto Trait Implementations§
impl !RefUnwindSafe for Variant
impl !Send for Variant
impl !Sync for Variant
impl Unpin for Variant
impl !UnwindSafe for Variant
Blanket Implementations§
source§impl<N> AstNodeEdit for N
impl<N> AstNodeEdit for N
fn indent_level(&self) -> IndentLevel
fn indent(&self, level: IndentLevel) -> Self
fn dedent(&self, level: IndentLevel) -> Self
fn reset_indent(&self) -> Self
source§impl<T> AttrsOwnerEdit for Twhere
T: HasAttrs,
impl<T> AttrsOwnerEdit for Twhere
T: HasAttrs,
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
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.