pub struct FnRemote {
pub addr: EthAddr,
pub rw: FnNoc,
}
Fields§
§addr: EthAddr
§rw: FnNoc
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FnRemote
impl RefUnwindSafe for FnRemote
impl !Send for FnRemote
impl !Sync for FnRemote
impl Unpin for FnRemote
impl UnwindSafe for FnRemote
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