pub struct GenSeparatedValuesResult {
pub items: PrintItems,
pub is_multi_line_condition_ref: ConditionReference,
}
Fields§
§items: PrintItems
§is_multi_line_condition_ref: ConditionReference
Auto Trait Implementations§
impl !RefUnwindSafe for GenSeparatedValuesResult
impl !Send for GenSeparatedValuesResult
impl !Sync for GenSeparatedValuesResult
impl Unpin for GenSeparatedValuesResult
impl !UnwindSafe for GenSeparatedValuesResult
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