pub struct ecall {}Trait Implementations§
impl StructuralPartialEq for ecall
Auto Trait Implementations§
impl Freeze for ecall
impl RefUnwindSafe for ecall
impl Send for ecall
impl Sync for ecall
impl Unpin for ecall
impl UnwindSafe for ecall
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