pub enum PlacementMsg {
Place {
deployment: Deployment,
constraints: PlacementConstraints,
reply: Sender<Result<PlacementResult, PlacementError>>,
},
}Variants§
Place
Fields
§
deployment: Deployment§
constraints: PlacementConstraints§
reply: Sender<Result<PlacementResult, PlacementError>>Auto Trait Implementations§
impl Freeze for PlacementMsg
impl !RefUnwindSafe for PlacementMsg
impl Send for PlacementMsg
impl Sync for PlacementMsg
impl Unpin for PlacementMsg
impl UnsafeUnpin for PlacementMsg
impl !UnwindSafe for PlacementMsg
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