Struct show_notes::e011::TypeSystem
source · pub struct TypeSystem {
name: String,
expressive: Expressive,
strong: Strong,
statically_known: StaticallyKnown,
}
Expand description
Look, we composed those enums into another type. How… droll.
Fields§
§name: String
§expressive: Expressive
§strong: Strong
§statically_known: StaticallyKnown
Implementations§
source§impl TypeSystem
impl TypeSystem
pub fn builder( name: &str, expressive: Expressive, strong: Strong, statically_known: StaticallyKnown, ) -> TypeSystem
Auto Trait Implementations§
impl Freeze for TypeSystem
impl RefUnwindSafe for TypeSystem
impl Send for TypeSystem
impl Sync for TypeSystem
impl Unpin for TypeSystem
impl UnwindSafe for TypeSystem
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