pub struct TagDirective {
pub handle: String,
pub prefix: String,
pub node: NodeId,
}Expand description
Parsed %TAG directive metadata.
Fields§
§handle: StringTag handle, such as ! or !e!.
prefix: StringTag prefix text.
node: NodeIdCST directive node.
Trait Implementations§
Source§impl Clone for TagDirective
impl Clone for TagDirective
Source§fn clone(&self) -> TagDirective
fn clone(&self) -> TagDirective
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TagDirective
impl Debug for TagDirective
impl Eq for TagDirective
Source§impl PartialEq for TagDirective
impl PartialEq for TagDirective
impl StructuralPartialEq for TagDirective
Auto Trait Implementations§
impl Freeze for TagDirective
impl RefUnwindSafe for TagDirective
impl Send for TagDirective
impl Sync for TagDirective
impl Unpin for TagDirective
impl UnsafeUnpin for TagDirective
impl UnwindSafe for TagDirective
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