Struct mun_syntax::ast::StructDef[][src]

pub struct StructDef { /* fields omitted */ }

Implementations

impl StructDef[src]

pub fn kind(&self) -> StructKind[src]

pub fn signature_range(&self) -> TextRange[src]

impl StructDef[src]

Trait Implementations

impl AstNode for StructDef[src]

impl Clone for StructDef[src]

impl Debug for StructDef[src]

impl DocCommentsOwner for StructDef[src]

impl Eq for StructDef[src]

impl From<StructDef> for ModuleItem[src]

impl Hash for StructDef[src]

impl NameOwner for StructDef[src]

impl PartialEq<StructDef> for StructDef[src]

impl StructuralEq for StructDef[src]

impl StructuralPartialEq for StructDef[src]

impl VisibilityOwner for StructDef[src]

Auto Trait Implementations

impl !RefUnwindSafe for StructDef

impl !Send for StructDef

impl !Sync for StructDef

impl Unpin for StructDef

impl !UnwindSafe for StructDef

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.