pub enum TcpProxy_Request {}
Expand description
An empty protocol which serves as a token for a proxy started with |TcpProxyControl.OpenProxy|. The proxy stays open as long as at least one |TcpProxy| channel corresponding to the proxy remains open. Note that the server may close the channel in the case an error is encountered.
Implementations§
Source§impl TcpProxy_Request
impl TcpProxy_Request
Sourcepub fn method_name(&self) -> &'static str
pub fn method_name(&self) -> &'static str
Name of the method defined in FIDL
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TcpProxy_Request
impl RefUnwindSafe for TcpProxy_Request
impl Send for TcpProxy_Request
impl Sync for TcpProxy_Request
impl Unpin for TcpProxy_Request
impl UnwindSafe for TcpProxy_Request
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