pub struct TagDirective {
pub handle: String,
pub prefix: String,
}Expand description
Document tag directive.
Fields§
§handle: StringHandle.
prefix: StringPrefix.
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 · 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
Source§impl Hash for TagDirective
impl Hash for TagDirective
Source§impl PartialEq for TagDirective
impl PartialEq for TagDirective
impl Eq 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 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