Enum uiua::PrimDocLine
source · pub enum PrimDocLine {
Text(Vec<PrimDocFragment>),
Example(PrimExample),
}Expand description
A line in a primitive’s documentation
Variants§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for PrimDocLine
impl Send for PrimDocLine
impl Sync for PrimDocLine
impl Unpin for PrimDocLine
impl UnwindSafe for PrimDocLine
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