pub struct Specification {
pub definitions: Vec<Definition>,
pub span: Span,
}Expand description
Wurzelknoten — entspricht <specification> (§7.4.1.1).
Fields§
§definitions: Vec<Definition>§span: SpanTrait Implementations§
Source§impl Clone for Specification
impl Clone for Specification
Source§fn clone(&self) -> Specification
fn clone(&self) -> Specification
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 moreSource§impl Debug for Specification
impl Debug for Specification
Source§impl Display for Specification
impl Display for Specification
Source§impl PartialEq for Specification
impl PartialEq for Specification
Source§fn eq(&self, other: &Specification) -> bool
fn eq(&self, other: &Specification) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for Specification
Auto Trait Implementations§
impl Freeze for Specification
impl RefUnwindSafe for Specification
impl Send for Specification
impl Sync for Specification
impl Unpin for Specification
impl UnsafeUnpin for Specification
impl UnwindSafe for Specification
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