pub struct Arg {
pub labeled: Option<Option<Expr>>,
pub pattern: StructurePattern,
pub constraint: Option<Type>,
pub pos: SourcePosition,
}Fields§
§labeled: Option<Option<Expr>>§pattern: StructurePattern§constraint: Option<Type>§pos: SourcePositionTrait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Arg
impl !UnwindSafe for Arg
impl Freeze for Arg
impl Send for Arg
impl Sync for Arg
impl Unpin for Arg
impl UnsafeUnpin for Arg
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