Struct scilla_parser::simplified_representation::primitives::SrType
source · pub struct SrType {
pub main_type: String,
pub sub_types: Vec<SrType>,
}Fields§
§main_type: String§sub_types: Vec<SrType>Implementations§
Trait Implementations§
source§impl From<SrIdentifier> for SrType
impl From<SrIdentifier> for SrType
source§fn from(value: SrIdentifier) -> Self
fn from(value: SrIdentifier) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for SrType
impl Send for SrType
impl Sync for SrType
impl Unpin for SrType
impl UnwindSafe for SrType
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