Struct rustfmt_nightly::chains::ChainItem [−][src]
struct ChainItem {
kind: ChainItemKind,
tries: usize,
span: Span,
}
Fields
kind: ChainItemKind
tries: usize
span: Span
Implementations
fn rewrite_method_call(
method_name: Ident,
types: &[GenericArg],
args: &[P<Expr>],
span: Span,
context: &RewriteContext<'_>,
shape: Shape
) -> Option<String>
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for ChainItem
impl !UnwindSafe for ChainItem
Blanket Implementations
Layout
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 128 bytes