Struct semantic_analyzer::types::StructType
source · pub struct StructType {
pub attr_name: String,
pub attr_index: u32,
pub attr_type: Type,
}
Fields§
§attr_name: String
§attr_index: u32
§attr_type: Type
Trait Implementations§
source§impl Clone for StructType
impl Clone for StructType
source§fn clone(&self) -> StructType
fn clone(&self) -> StructType
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 StructType
impl Debug for StructType
source§impl From<StructType<'_>> for StructType
impl From<StructType<'_>> for StructType
source§fn from(value: StructType<'_>) -> Self
fn from(value: StructType<'_>) -> Self
Converts to this type from the input type.
source§impl PartialEq<StructType> for StructType
impl PartialEq<StructType> for StructType
source§fn eq(&self, other: &StructType) -> bool
fn eq(&self, other: &StructType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for StructType
impl StructuralEq for StructType
impl StructuralPartialEq for StructType
Auto Trait Implementations§
impl RefUnwindSafe for StructType
impl Send for StructType
impl Sync for StructType
impl Unpin for StructType
impl UnwindSafe for StructType
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