pub struct NotationScope {
pub name: String,
pub rules: Vec<NotationRule>,
}Expand description
A notation scope for open/close semantics.
Fields§
§name: StringName of this scope
rules: Vec<NotationRule>Rules added by opening this scope
Implementations§
Source§impl NotationScope
impl NotationScope
Auto Trait Implementations§
impl Freeze for NotationScope
impl RefUnwindSafe for NotationScope
impl Send for NotationScope
impl Sync for NotationScope
impl Unpin for NotationScope
impl UnsafeUnpin for NotationScope
impl UnwindSafe for NotationScope
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