pub struct PurescriptBuilder;Expand description
Builder for PureScript syntax trees.
Auto Trait Implementations§
impl Freeze for PurescriptBuilder
impl RefUnwindSafe for PurescriptBuilder
impl Send for PurescriptBuilder
impl Sync for PurescriptBuilder
impl Unpin for PurescriptBuilder
impl UnsafeUnpin for PurescriptBuilder
impl UnwindSafe for PurescriptBuilder
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