pub struct AddressJoint<A> { /* private fields */ }Implementations§
Source§impl<A> AddressJoint<A>
impl<A> AddressJoint<A>
pub async fn next_envelope(&mut self) -> Option<Envelope<A>>
Auto Trait Implementations§
impl<A> Freeze for AddressJoint<A>
impl<A> RefUnwindSafe for AddressJoint<A>
impl<A> Send for AddressJoint<A>
impl<A> Sync for AddressJoint<A>
impl<A> Unpin for AddressJoint<A>
impl<A> UnwindSafe for AddressJoint<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