pub struct RemoteDeployer {
pub endpoint_manager: EndpointManager,
}Expand description
RemoteDeployer ships a Props-equivalent payload (manifest+bytes)
to a remote peer’s daemon for remote actor creation.
Fields§
§endpoint_manager: EndpointManagerImplementations§
Auto Trait Implementations§
impl Freeze for RemoteDeployer
impl !RefUnwindSafe for RemoteDeployer
impl Send for RemoteDeployer
impl Sync for RemoteDeployer
impl Unpin for RemoteDeployer
impl UnsafeUnpin for RemoteDeployer
impl !UnwindSafe for RemoteDeployer
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