pub struct ParBreak {
pub pos: Pos,
}
Fields§
§pos: Pos
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ParBreak
impl RefUnwindSafe for ParBreak
impl Send for ParBreak
impl Sync for ParBreak
impl Unpin for ParBreak
impl UnwindSafe for ParBreak
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