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 Freeze for MptcpPathManagerAddressGetRequest
impl !RefUnwindSafe for MptcpPathManagerAddressGetRequest
impl Send for MptcpPathManagerAddressGetRequest
impl Sync for MptcpPathManagerAddressGetRequest
impl Unpin for MptcpPathManagerAddressGetRequest
impl !UnwindSafe 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