pub enum SigKind {
TypeDef(TypeDefExpr),
Bind(BindSig),
Module(ArcStr),
Use(ModPath),
}Variants§
Trait Implementations§
Source§impl PartialOrd for SigKind
impl PartialOrd for SigKind
impl StructuralPartialEq for SigKind
Auto Trait Implementations§
impl Freeze for SigKind
impl !RefUnwindSafe for SigKind
impl Send for SigKind
impl Sync for SigKind
impl Unpin for SigKind
impl !UnwindSafe for SigKind
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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