pub struct NeoVMSyscallLowering;Expand description
Neo N3 System Call Lowering
Implementations§
Trait Implementations§
Source§impl Default for NeoVMSyscallLowering
impl Default for NeoVMSyscallLowering
Source§fn default() -> NeoVMSyscallLowering
fn default() -> NeoVMSyscallLowering
Returns the “default value” for a type. Read more
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