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