pub enum PrintOutput {
Empty,
Input(Substr),
String(String),
}Expand description
Print output
Variants§
Implementations§
Source§impl PrintOutput
impl PrintOutput
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PrintOutput
impl RefUnwindSafe for PrintOutput
impl Send for PrintOutput
impl Sync for PrintOutput
impl Unpin for PrintOutput
impl UnsafeUnpin for PrintOutput
impl UnwindSafe for PrintOutput
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