pub struct Signature<'tree> {
pub span: Span,
pub constraint: Option<Constraints<'tree>>,
pub expression: Option<Expression<'tree>>,
pub kind: Option<QuantifiedType<'tree>>,
pub name: Option<SignatureName<'tree>>,
pub names: Option<BindingList<'tree>>,
pub pattern: Option<Pattern<'tree>>,
pub synonym: Option<SignatureSynonym<'tree>>,
pub type: Option<QuantifiedType<'tree>>,
}Fields§
§span: Span§constraint: Option<Constraints<'tree>>§expression: Option<Expression<'tree>>§kind: Option<QuantifiedType<'tree>>§name: Option<SignatureName<'tree>>§names: Option<BindingList<'tree>>§pattern: Option<Pattern<'tree>>§synonym: Option<SignatureSynonym<'tree>>§type: Option<QuantifiedType<'tree>>Trait Implementations§
Auto Trait Implementations§
impl<'tree> Freeze for Signature<'tree>
impl<'tree> RefUnwindSafe for Signature<'tree>
impl<'tree> Send for Signature<'tree>
impl<'tree> Sync for Signature<'tree>
impl<'tree> Unpin for Signature<'tree>
impl<'tree> UnsafeUnpin for Signature<'tree>
impl<'tree> UnwindSafe for Signature<'tree>
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