Struct dprint_core::formatting::PrintItems [−][src]
pub struct PrintItems { /* fields omitted */ }
Expand description
Print Items
Implementations
impl PrintItems
[src]
impl PrintItems
[src]pub fn new() -> PrintItems
[src]
pub fn into_rc_path(self) -> Option<PrintItemPath>
[src]
pub fn push_item(&mut self, item: PrintItem)
[src]
impl PrintItems
[src]
impl PrintItems
[src]pub fn extend(&mut self, items: PrintItems)
[src]
pub fn push_str(&mut self, item: &str)
[src]
pub fn push_condition(&mut self, condition: Condition)
[src]
pub fn push_info(&mut self, info: Info)
[src]
pub fn push_signal(&mut self, signal: Signal)
[src]
pub fn push_path(&mut self, path: PrintItemPath)
[src]
pub fn push_optional_path(&mut self, path: Option<PrintItemPath>)
[src]
pub fn is_empty(&self) -> bool
[src]
pub fn get_as_text(&self) -> String
[src]
pub fn iter(&self) -> PrintItemsIteratorⓘNotable traits for PrintItemsIterator
impl Iterator for PrintItemsIterator type Item = PrintItem;
[src]
Notable traits for PrintItemsIterator
impl Iterator for PrintItemsIterator type Item = PrintItem;
Trait Implementations
impl Into<PrintItems> for Condition
[src]
impl Into<PrintItems> for Condition
[src]fn into(self) -> PrintItems
[src]
fn into(self) -> PrintItems
[src]Performs the conversion.
impl Into<PrintItems> for Signal
[src]
impl Into<PrintItems> for Signal
[src]fn into(self) -> PrintItems
[src]
fn into(self) -> PrintItems
[src]Performs the conversion.