pub struct CollectStrBlock<'s> {
pub truncate: bool,
pub lines: Vec<&'s str>,
/* private fields */
}Fields§
§truncate: bool§lines: Vec<&'s str>Auto Trait Implementations§
impl<'s> Freeze for CollectStrBlock<'s>
impl<'s> RefUnwindSafe for CollectStrBlock<'s>
impl<'s> Send for CollectStrBlock<'s>
impl<'s> Sync for CollectStrBlock<'s>
impl<'s> Unpin for CollectStrBlock<'s>
impl<'s> UnsafeUnpin for CollectStrBlock<'s>
impl<'s> UnwindSafe for CollectStrBlock<'s>
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