pub struct NargoBridge { /* private fields */ }Expand description
Nargo bridge for generating TypeScript types.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NargoBridge
impl RefUnwindSafe for NargoBridge
impl Send for NargoBridge
impl Sync for NargoBridge
impl Unpin for NargoBridge
impl UnsafeUnpin for NargoBridge
impl UnwindSafe for NargoBridge
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