Struct valkyrie_ast::DocumentationList
source · pub struct DocumentationList {
pub terms: Vec<StringTextNode>,
}Expand description
Documentation list
Fields§
§terms: Vec<StringTextNode>Spans of this documentation
Implementations§
Trait Implementations§
source§impl Clone for DocumentationList
impl Clone for DocumentationList
source§fn clone(&self) -> DocumentationList
fn clone(&self) -> DocumentationList
Returns a copy 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 DocumentationList
impl Debug for DocumentationList
source§impl Default for DocumentationList
impl Default for DocumentationList
source§fn default() -> DocumentationList
fn default() -> DocumentationList
Returns the “default value” for a type. Read more
source§impl From<DocumentationList> for StatementKind
impl From<DocumentationList> for StatementKind
source§fn from(o: DocumentationList) -> Self
fn from(o: DocumentationList) -> Self
Converts to this type from the input type.
source§impl Hash for DocumentationList
impl Hash for DocumentationList
source§impl PartialEq for DocumentationList
impl PartialEq for DocumentationList
source§fn eq(&self, other: &DocumentationList) -> bool
fn eq(&self, other: &DocumentationList) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for DocumentationList
impl StructuralPartialEq for DocumentationList
Auto Trait Implementations§
impl RefUnwindSafe for DocumentationList
impl Send for DocumentationList
impl Sync for DocumentationList
impl Unpin for DocumentationList
impl UnwindSafe for DocumentationList
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