pub struct TableDocumentation {
pub documentation: String,
pub keys: DenseHashMap<String, DocumentationSymbol>,
pub learn_more_link: String,
pub code_sample: String,
}Fields§
§documentation: String§keys: DenseHashMap<String, DocumentationSymbol>§learn_more_link: String§code_sample: StringTrait Implementations§
Source§impl Clone for TableDocumentation
impl Clone for TableDocumentation
Source§fn clone(&self) -> TableDocumentation
fn clone(&self) -> TableDocumentation
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 moreAuto Trait Implementations§
impl Freeze for TableDocumentation
impl RefUnwindSafe for TableDocumentation
impl Send for TableDocumentation
impl Sync for TableDocumentation
impl Unpin for TableDocumentation
impl UnsafeUnpin for TableDocumentation
impl UnwindSafe for TableDocumentation
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