pub struct LineSplits {
pub content: String,
pub is_command: bool,
}
Fields§
§content: String
§is_command: bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LineSplits
impl RefUnwindSafe for LineSplits
impl Send for LineSplits
impl Sync for LineSplits
impl Unpin for LineSplits
impl UnwindSafe for LineSplits
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