Struct rustfmt_nightly::chains::ChainFormatterBlock [−][src]
struct ChainFormatterBlock<'a> {
shared: ChainFormatterShared<'a>,
root_ends_with_block: bool,
}
Fields
root_ends_with_block: bool
Implementations
Trait Implementations
fn format_root(
&mut self,
parent: &ChainItem,
context: &RewriteContext<'_>,
shape: Shape
) -> Option<()>
fn format_last_child(
&mut self,
context: &RewriteContext<'_>,
shape: Shape,
child_shape: Shape
) -> Option<()>
Auto Trait Implementations
impl<'a> !RefUnwindSafe for ChainFormatterBlock<'a>
impl<'a> !Send for ChainFormatterBlock<'a>
impl<'a> !Sync for ChainFormatterBlock<'a>
impl<'a> Unpin for ChainFormatterBlock<'a>
impl<'a> !UnwindSafe for ChainFormatterBlock<'a>
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: 64 bytes