Struct agner_test_actor::query::InitAckRq
source · [−]pub struct InitAckRq {
pub value: Option<ActorID>,
pub reply_on_drop: Tx<Infallible>,
}Fields
value: Option<ActorID>reply_on_drop: Tx<Infallible>Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for InitAckRq
impl Send for InitAckRq
impl Sync for InitAckRq
impl Unpin for InitAckRq
impl !UnwindSafe for InitAckRq
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more