pub struct StatementMap { /* private fields */ }Expand description
Statement boundaries and attachment flags for an expl3 element stream.
Implementations§
Source§impl StatementMap
impl StatementMap
Auto Trait Implementations§
impl Freeze for StatementMap
impl RefUnwindSafe for StatementMap
impl Send for StatementMap
impl Sync for StatementMap
impl Unpin for StatementMap
impl UnsafeUnpin for StatementMap
impl UnwindSafe for StatementMap
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