Enum lambda_mountain::FragmentType
source · pub enum FragmentType {
And(Vec<FragmentType>),
Constructor(String, Vec<FragmentType>),
Arrow(Box<FragmentType>, Box<FragmentType>),
}Variants§
And(Vec<FragmentType>)
Constructor(String, Vec<FragmentType>)
Arrow(Box<FragmentType>, Box<FragmentType>)
Auto Trait Implementations§
impl Freeze for FragmentType
impl RefUnwindSafe for FragmentType
impl Send for FragmentType
impl Sync for FragmentType
impl Unpin for FragmentType
impl UnwindSafe for FragmentType
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