pub struct Bind<A = NetAddress> {
pub task_key: TaskKey,
pub args: BindArgs<A>,
/* private fields */
}Fields§
§task_key: TaskKey§args: BindArgs<A>Trait Implementations§
Auto Trait Implementations§
impl<A> Freeze for Bind<A>where
A: Freeze,
impl<A = NetAddress> !RefUnwindSafe for Bind<A>
impl<A> Send for Bind<A>where
A: Send,
impl<A> Sync for Bind<A>where
A: Sync,
impl<A> Unpin for Bind<A>where
A: Unpin,
impl<A = NetAddress> !UnwindSafe for Bind<A>
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