pub struct StructType {
pub identifier: LocalTypeIdentifier,
pub fields: SeqMap<IdentifierName, Type>,
}
Fields§
§identifier: LocalTypeIdentifier
§fields: SeqMap<IdentifierName, Type>
Implementations§
Source§impl StructType
impl StructType
pub const fn new( identifier: LocalTypeIdentifier, fields: SeqMap<IdentifierName, Type>, ) -> StructType
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 moreAuto Trait Implementations§
impl Freeze for StructType
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