Struct rustfmt_nightly::chains::ChainFormatterBlock
source · struct ChainFormatterBlock<'a> {
shared: ChainFormatterShared<'a>,
root_ends_with_block: bool,
}
Fields§
§root_ends_with_block: bool
Implementations§
source§impl<'a> ChainFormatterBlock<'a>
impl<'a> ChainFormatterBlock<'a>
fn new(chain: &'a Chain) -> ChainFormatterBlock<'a>
Trait Implementations§
source§impl<'a> ChainFormatter for ChainFormatterBlock<'a>
impl<'a> ChainFormatter for ChainFormatterBlock<'a>
fn format_root( &mut self, parent: &ChainItem, context: &RewriteContext<'_>, shape: Shape ) -> Option<()>
fn child_shape( &self, context: &RewriteContext<'_>, shape: Shape ) -> Option<Shape>
fn format_children( &mut self, context: &RewriteContext<'_>, child_shape: Shape ) -> Option<()>
fn format_last_child( &mut self, context: &RewriteContext<'_>, shape: Shape, child_shape: Shape ) -> Option<()>
fn join_rewrites( &self, context: &RewriteContext<'_>, child_shape: Shape ) -> Option<String>
fn pure_root(&mut self) -> Option<String>
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§
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
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