Struct fidl_fuchsia_buildinfo::ProviderProxy
source · pub struct ProviderProxy { /* private fields */ }
Implementations§
source§impl ProviderProxy
impl ProviderProxy
sourcepub fn take_event_stream(&self) -> ProviderEventStream
pub fn take_event_stream(&self) -> ProviderEventStream
Get a Stream of events from the remote end of the Provider protocol
Panics
Panics if the event stream was already taken.
sourcepub fn get_build_info(&self) -> QueryResponseFut<BuildInfo>
pub fn get_build_info(&self) -> QueryResponseFut<BuildInfo>
Returns a table of build information.
Trait Implementations§
source§impl Clone for ProviderProxy
impl Clone for ProviderProxy
source§fn clone(&self) -> ProviderProxy
fn clone(&self) -> ProviderProxy
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ProviderProxy
impl Debug for ProviderProxy
source§impl ProviderProxyInterface for ProviderProxy
impl ProviderProxyInterface for ProviderProxy
type GetBuildInfoResponseFut = QueryResponseFut<BuildInfo>
fn get_build_info(&self) -> Self::GetBuildInfoResponseFut
source§impl Proxy for ProviderProxy
impl Proxy for ProviderProxy
§type Protocol = ProviderMarker
type Protocol = ProviderMarker
The protocol which this
Proxy
controls.source§fn from_channel(inner: AsyncChannel) -> Self
fn from_channel(inner: AsyncChannel) -> Self
Create a proxy over the given channel.
source§fn into_channel(self) -> Result<AsyncChannel, Self>
fn into_channel(self) -> Result<AsyncChannel, Self>
Attempt to convert the proxy back into a channel. Read more
source§fn as_channel(&self) -> &AsyncChannel
fn as_channel(&self) -> &AsyncChannel
Get a reference to the proxy’s underlying channel. Read more