[−][src]Struct dprint_core::PrintItems
Print Items
Implementations
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]
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[src]
Trait Implementations
impl<'_> Into<PrintItems> for &'_ str[src]
fn into(self) -> PrintItems[src]
impl Into<PrintItems> for String[src]
fn into(self) -> PrintItems[src]
impl<'_> Into<PrintItems> for &'_ String[src]
fn into(self) -> PrintItems[src]
impl Into<PrintItems> for Condition[src]
fn into(self) -> PrintItems[src]
impl Into<PrintItems> for Signal[src]
fn into(self) -> PrintItems[src]
impl Into<PrintItems> for Option<PrintItemPath>[src]
fn into(self) -> PrintItems[src]
Auto Trait Implementations
impl !RefUnwindSafe for PrintItems
impl !Send for PrintItems
impl !Sync for PrintItems
impl Unpin for PrintItems
impl !UnwindSafe for PrintItems
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,