pub struct Specification(pub Vec<Definition>);Tuple Fields§
§0: Vec<Definition>Implementations§
Source§impl Specification
impl Specification
pub fn from_typed_ast_with_properties( value: Specification, properties: ParserProperties, ) -> Self
Trait 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 · 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<'de> Deserialize<'de> for Specification
impl<'de> Deserialize<'de> for Specification
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<Specification> for Specification
impl From<Specification> for Specification
Source§fn from(value: Specification) -> Self
fn from(value: Specification) -> Self
Converts to this type from the input type.
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