pub struct DefinedTag {
pub name: &'static str,
pub args: &'static Tag,
}Fields§
§name: &'static str§args: &'static TagImplementations§
Source§impl DefinedTag
impl DefinedTag
pub fn hover_detail(&self) -> String
pub fn hover_documentation(&self) -> String
Auto Trait Implementations§
impl Freeze for DefinedTag
impl RefUnwindSafe for DefinedTag
impl Send for DefinedTag
impl Sync for DefinedTag
impl Unpin for DefinedTag
impl UnwindSafe for DefinedTag
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