pub struct RemoteSpawnSpec {
pub path: ActorPath,
pub type_name: String,
pub config: Option<Value>,
}Fields§
§path: ActorPath§type_name: String§config: Option<Value>Trait Implementations§
Source§impl Clone for RemoteSpawnSpec
impl Clone for RemoteSpawnSpec
Source§fn clone(&self) -> RemoteSpawnSpec
fn clone(&self) -> RemoteSpawnSpec
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RemoteSpawnSpec
impl Debug for RemoteSpawnSpec
Source§impl PartialEq for RemoteSpawnSpec
impl PartialEq for RemoteSpawnSpec
impl StructuralPartialEq for RemoteSpawnSpec
Auto Trait Implementations§
impl Freeze for RemoteSpawnSpec
impl RefUnwindSafe for RemoteSpawnSpec
impl Send for RemoteSpawnSpec
impl Sync for RemoteSpawnSpec
impl Unpin for RemoteSpawnSpec
impl UnsafeUnpin for RemoteSpawnSpec
impl UnwindSafe for RemoteSpawnSpec
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