Struct ryna::types::TypeTemplate
source · pub struct TypeTemplate {
pub id: usize,
pub name: String,
pub params: Vec<String>,
pub location: Location,
pub annotations: Vec<Annotation>,
pub attributes: Vec<(String, Type)>,
pub alias: Option<Type>,
pub patterns: Vec<Pattern>,
pub parser: Option<ParsingFunction>,
}Fields§
§id: usize§name: String§params: Vec<String>§location: Location§annotations: Vec<Annotation>§attributes: Vec<(String, Type)>§alias: Option<Type>§patterns: Vec<Pattern>§parser: Option<ParsingFunction>Implementations§
source§impl TypeTemplate
impl TypeTemplate
pub fn is_nominal(&self) -> bool
pub fn is_structural(&self) -> bool
Trait Implementations§
source§impl Clone for TypeTemplate
impl Clone for TypeTemplate
source§fn clone(&self) -> TypeTemplate
fn clone(&self) -> TypeTemplate
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 TypeTemplate
impl Debug for TypeTemplate
source§impl<'de> Deserialize<'de> for TypeTemplate
impl<'de> Deserialize<'de> for TypeTemplate
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
Auto Trait Implementations§
impl Freeze for TypeTemplate
impl RefUnwindSafe for TypeTemplate
impl Send for TypeTemplate
impl Sync for TypeTemplate
impl Unpin for TypeTemplate
impl UnwindSafe for TypeTemplate
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)