pub struct RemoteModule {
pub info: RemoteModuleInfo,
/* private fields */
}Expand description
wrapper for remote module operations
Fields§
§info: RemoteModuleInfoImplementations§
Source§impl RemoteModule
impl RemoteModule
Auto Trait Implementations§
impl Freeze for RemoteModule
impl RefUnwindSafe for RemoteModule
impl Send for RemoteModule
impl Sync for RemoteModule
impl Unpin for RemoteModule
impl UnwindSafe for RemoteModule
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