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