pub struct MptcpPathManagerAddressGetRequest { /* private fields */ }Implementations§
Source§impl MptcpPathManagerAddressGetRequest
impl MptcpPathManagerAddressGetRequest
pub async fn execute( self, ) -> impl TryStream<Ok = GenlMessage<MptcpPathManagerMessage>, Error = MptcpPathManagerError>
Auto Trait Implementations§
impl !RefUnwindSafe for MptcpPathManagerAddressGetRequest
impl !UnwindSafe for MptcpPathManagerAddressGetRequest
impl Freeze for MptcpPathManagerAddressGetRequest
impl Send for MptcpPathManagerAddressGetRequest
impl Sync for MptcpPathManagerAddressGetRequest
impl Unpin for MptcpPathManagerAddressGetRequest
impl UnsafeUnpin for MptcpPathManagerAddressGetRequest
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