pub struct LinearFunction<'tree> {
pub span: Span,
pub arrow: LinearFunctionArrow,
pub multiplicity: Option<Modifier<'tree>>,
pub parameter: LinearFunctionParameter<'tree>,
pub result: QuantifiedType<'tree>,
}Fields§
§span: Span§arrow: LinearFunctionArrow§multiplicity: Option<Modifier<'tree>>§parameter: LinearFunctionParameter<'tree>§result: QuantifiedType<'tree>Trait Implementations§
Source§impl<'tree> Clone for LinearFunction<'tree>
impl<'tree> Clone for LinearFunction<'tree>
Source§fn clone(&self) -> LinearFunction<'tree>
fn clone(&self) -> LinearFunction<'tree>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'tree> Debug for LinearFunction<'tree>
impl<'tree> Debug for LinearFunction<'tree>
Source§impl<'tree> FromNode<'tree> for LinearFunction<'tree>
impl<'tree> FromNode<'tree> for LinearFunction<'tree>
Source§impl<'tree> PartialEq for LinearFunction<'tree>
impl<'tree> PartialEq for LinearFunction<'tree>
Source§impl Spanned for LinearFunction<'_>
impl Spanned for LinearFunction<'_>
impl<'tree> Eq for LinearFunction<'tree>
impl<'tree> StructuralPartialEq for LinearFunction<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for LinearFunction<'tree>
impl<'tree> RefUnwindSafe for LinearFunction<'tree>
impl<'tree> Send for LinearFunction<'tree>
impl<'tree> Sync for LinearFunction<'tree>
impl<'tree> Unpin for LinearFunction<'tree>
impl<'tree> UnsafeUnpin for LinearFunction<'tree>
impl<'tree> UnwindSafe for LinearFunction<'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