Struct syntax::ast::ParenthesisedArgs [−][src]
🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
A path like Foo(A,B) -> C
Fields
span: Span
🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
Overall span
inputs: Vec<P<Ty>>
🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
(A,B)
output: Option<P<Ty>>
🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
C
Trait Implementations
impl Into<Option<P<GenericArgs>>> for ParenthesisedArgs[src]
impl Into<Option<P<GenericArgs>>> for ParenthesisedArgsfn into(self) -> Option<P<GenericArgs>>[src]
fn into(self) -> Option<P<GenericArgs>>Performs the conversion.
impl Clone for ParenthesisedArgs[src]
impl Clone for ParenthesisedArgsfn clone(&self) -> ParenthesisedArgs[src]
fn clone(&self) -> ParenthesisedArgsReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)Performs copy-assignment from source. Read more
impl Encodable for ParenthesisedArgs[src]
impl Encodable for ParenthesisedArgsfn encode<__S: Encoder>(&self, s: &mut __S) -> Result<(), __S::Error>[src]
fn encode<__S: Encoder>(&self, s: &mut __S) -> Result<(), __S::Error>🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
impl Decodable for ParenthesisedArgs[src]
impl Decodable for ParenthesisedArgsfn decode<__D: Decoder>(d: &mut __D) -> Result<ParenthesisedArgs, __D::Error>[src]
fn decode<__D: Decoder>(d: &mut __D) -> Result<ParenthesisedArgs, __D::Error>🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
impl Debug for ParenthesisedArgs[src]
impl Debug for ParenthesisedArgsAuto Trait Implementations
impl !Send for ParenthesisedArgs
impl !Send for ParenthesisedArgsimpl !Sync for ParenthesisedArgs
impl !Sync for ParenthesisedArgs