Struct fidl_fidl_test_dangerous_method_request_arguments_camel2::DangerousRequestArgumentsProxy
source · pub struct DangerousRequestArgumentsProxy { /* private fields */ }
Implementations§
source§impl DangerousRequestArgumentsProxy
impl DangerousRequestArgumentsProxy
sourcepub fn take_event_stream(&self) -> DangerousRequestArgumentsEventStream
pub fn take_event_stream(&self) -> DangerousRequestArgumentsEventStream
Get a Stream of events from the remote end of the DangerousRequestArguments protocol
Panics
Panics if the event stream was already taken.
pub fn method0(&self, alignas: u32) -> Result<(), Error>
pub fn method2(&self, atomic_cancel: u32) -> Result<(), Error>
pub fn method4(&self, bool: u32) -> Result<(), Error>
pub fn method5(&self, case: u32) -> Result<(), Error>
pub fn method6(&self, char16_t: u32) -> Result<(), Error>
pub fn method7(&self, co_await: u32) -> Result<(), Error>
pub fn method8(&self, compl: u32) -> Result<(), Error>
pub fn method9(&self, constexpr: u32) -> Result<(), Error>
pub fn method10(&self, covariant: u32) -> Result<(), Error>
pub fn method11(&self, decoder: u32) -> Result<(), Error>
pub fn method12(&self, delete: u32) -> Result<(), Error>
pub fn method13(&self, dynamic_cast: u32) -> Result<(), Error>
pub fn method14(&self, ensure_values_instantiated: u32) -> Result<(), Error>
pub fn method15(&self, explicit: u32) -> Result<(), Error>
pub fn method16(&self, external: u32) -> Result<(), Error>
pub fn method17(&self, fidl_type: u32) -> Result<(), Error>
pub fn method19(&self, func: u32) -> Result<(), Error>
pub fn method20(&self, go: u32) -> Result<(), Error>
pub fn method21(&self, hash_code: u32) -> Result<(), Error>
pub fn method22(&self, implements: u32) -> Result<(), Error>
pub fn method23(&self, inline: u32) -> Result<(), Error>
pub fn method24(&self, int64: u32) -> Result<(), Error>
pub fn method25(&self, is: u32) -> Result<(), Error>
pub fn method26(&self, list: u32) -> Result<(), Error>
pub fn method27(&self, map: u32) -> Result<(), Error>
pub fn method28(&self, module: u32) -> Result<(), Error>
pub fn method29(&self, namespace: u32) -> Result<(), Error>
pub fn method30(&self, noexcept: u32) -> Result<(), Error>
pub fn method31(&self, null: u32) -> Result<(), Error>
pub fn method33(&self, operator: u32) -> Result<(), Error>
pub fn method35(&self, private: u32) -> Result<(), Error>
pub fn method38(&self, result_: u32) -> Result<(), Error>
pub fn method39(&self, rhs: u32) -> Result<(), Error>
pub fn method41(&self, short: u32) -> Result<(), Error>
pub fn method43(&self, string: u32) -> Result<(), Error>
pub fn method44(&self, stdin: u32) -> Result<(), Error>
pub fn method45(&self, synchronized: u32) -> Result<(), Error>
pub fn method46(&self, throw: u32) -> Result<(), Error>
pub fn method49(&self, uint8: u32) -> Result<(), Error>
pub fn method52(&self, value_union: u32) -> Result<(), Error>
pub fn method55(&self, xor: u32) -> Result<(), Error>
pub fn method56(&self, zx: u32) -> Result<(), Error>
Trait Implementations§
source§impl Clone for DangerousRequestArgumentsProxy
impl Clone for DangerousRequestArgumentsProxy
source§fn clone(&self) -> DangerousRequestArgumentsProxy
fn clone(&self) -> DangerousRequestArgumentsProxy
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 DangerousRequestArgumentsProxyInterface for DangerousRequestArgumentsProxy
impl DangerousRequestArgumentsProxyInterface for DangerousRequestArgumentsProxy
fn method0(&self, alignas: u32) -> Result<(), Error>
fn method2(&self, atomic_cancel: u32) -> Result<(), Error>
fn method4(&self, bool: u32) -> Result<(), Error>
fn method5(&self, case: u32) -> Result<(), Error>
fn method6(&self, char16_t: u32) -> Result<(), Error>
fn method7(&self, co_await: u32) -> Result<(), Error>
fn method8(&self, compl: u32) -> Result<(), Error>
fn method9(&self, constexpr: u32) -> Result<(), Error>
fn method10(&self, covariant: u32) -> Result<(), Error>
fn method11(&self, decoder: u32) -> Result<(), Error>
fn method12(&self, delete: u32) -> Result<(), Error>
fn method13(&self, dynamic_cast: u32) -> Result<(), Error>
fn method14(&self, ensure_values_instantiated: u32) -> Result<(), Error>
fn method15(&self, explicit: u32) -> Result<(), Error>
fn method16(&self, external: u32) -> Result<(), Error>
fn method17(&self, fidl_type: u32) -> Result<(), Error>
fn method19(&self, func: u32) -> Result<(), Error>
fn method20(&self, go: u32) -> Result<(), Error>
fn method21(&self, hash_code: u32) -> Result<(), Error>
fn method22(&self, implements: u32) -> Result<(), Error>
fn method23(&self, inline: u32) -> Result<(), Error>
fn method24(&self, int64: u32) -> Result<(), Error>
fn method25(&self, is: u32) -> Result<(), Error>
fn method26(&self, list: u32) -> Result<(), Error>
fn method27(&self, map: u32) -> Result<(), Error>
fn method28(&self, module: u32) -> Result<(), Error>
fn method29(&self, namespace: u32) -> Result<(), Error>
fn method30(&self, noexcept: u32) -> Result<(), Error>
fn method31(&self, null: u32) -> Result<(), Error>
fn method33(&self, operator: u32) -> Result<(), Error>
fn method35(&self, private: u32) -> Result<(), Error>
fn method38(&self, result_: u32) -> Result<(), Error>
fn method39(&self, rhs: u32) -> Result<(), Error>
fn method41(&self, short: u32) -> Result<(), Error>
fn method43(&self, string: u32) -> Result<(), Error>
fn method44(&self, stdin: u32) -> Result<(), Error>
fn method45(&self, synchronized: u32) -> Result<(), Error>
fn method46(&self, throw: u32) -> Result<(), Error>
fn method49(&self, uint8: u32) -> Result<(), Error>
fn method52(&self, value_union: u32) -> Result<(), Error>
fn method55(&self, xor: u32) -> Result<(), Error>
fn method56(&self, zx: u32) -> Result<(), Error>
source§impl Proxy for DangerousRequestArgumentsProxy
impl Proxy for DangerousRequestArgumentsProxy
§type Protocol = DangerousRequestArgumentsMarker
type Protocol = DangerousRequestArgumentsMarker
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