pub struct SyscallInvokeSignedRust {}
Expand description
Cross-program invocation called from Rust
Implementations§
source§impl SyscallInvokeSignedRust
impl SyscallInvokeSignedRust
Auto Trait Implementations§
impl RefUnwindSafe for SyscallInvokeSignedRust
impl Send for SyscallInvokeSignedRust
impl Sync for SyscallInvokeSignedRust
impl Unpin for SyscallInvokeSignedRust
impl UnwindSafe for SyscallInvokeSignedRust
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