Struct datamodel_renderer::value::Documentation
source · pub struct Documentation<'a>(/* private fields */);
Expand description
A documentation block on top of an item in the PSL.
Trait Implementations§
source§impl<'a> Debug for Documentation<'a>
impl<'a> Debug for Documentation<'a>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for Documentation<'a>
impl<'a> Send for Documentation<'a>
impl<'a> Sync for Documentation<'a>
impl<'a> Unpin for Documentation<'a>
impl<'a> UnwindSafe for Documentation<'a>
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