pub struct SetLinkRq {
pub actor: ActorID,
pub link: bool,
pub reply_on_drop: Tx<Infallible>,
}Fields§
§actor: ActorID§link: bool§reply_on_drop: Tx<Infallible>Trait Implementations§
Auto Trait Implementations§
impl Freeze for SetLinkRq
impl !RefUnwindSafe for SetLinkRq
impl Send for SetLinkRq
impl Sync for SetLinkRq
impl Unpin for SetLinkRq
impl UnsafeUnpin for SetLinkRq
impl !UnwindSafe for SetLinkRq
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