pub struct NeoVMSyscallLowering;Expand description
Neo N3 System Call Lowering
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NeoVMSyscallLowering
impl RefUnwindSafe for NeoVMSyscallLowering
impl Send for NeoVMSyscallLowering
impl Sync for NeoVMSyscallLowering
impl Unpin for NeoVMSyscallLowering
impl UnwindSafe for NeoVMSyscallLowering
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