Struct agner_test_actor::query::SetLinkRq
source · [−]pub struct SetLinkRq {
pub actor: ActorID,
pub link: bool,
pub reply_on_drop: Tx<Infallible>,
}Fields
actor: ActorIDlink: boolreply_on_drop: Tx<Infallible>Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for SetLinkRq
impl Send for SetLinkRq
impl Sync for SetLinkRq
impl Unpin for SetLinkRq
impl !UnwindSafe for SetLinkRq
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