pub struct IsAlternateFor;Trait Implementations§
Source§impl Method for IsAlternateFor
impl Method for IsAlternateFor
Source§const FLEXIBILITY: Flexibility = ::fidl_next::protocol::Flexibility::Flexible
const FLEXIBILITY: Flexibility = ::fidl_next::protocol::Flexibility::Flexible
The flexibility of the method.
Source§type Request = NodeIsAlternateForRequest<'static>
type Request = NodeIsAlternateForRequest<'static>
The request payload for the method.
Source§impl<___R> Respond<___R> for IsAlternateFor
impl<___R> Respond<___R> for IsAlternateFor
Source§impl<___R> RespondErr<___R> for IsAlternateFor
impl<___R> RespondErr<___R> for IsAlternateFor
Source§impl TwoWayMethod for IsAlternateFor
impl TwoWayMethod for IsAlternateFor
Source§type Response = FlexibleResult<'static, NodeIsAlternateForResponse<'static>, Error>
type Response = FlexibleResult<'static, NodeIsAlternateForResponse<'static>, Error>
The response payload for the method.
Auto Trait Implementations§
impl Freeze for IsAlternateFor
impl RefUnwindSafe for IsAlternateFor
impl Send for IsAlternateFor
impl Sync for IsAlternateFor
impl Unpin for IsAlternateFor
impl UnsafeUnpin for IsAlternateFor
impl UnwindSafe for IsAlternateFor
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
§impl<T> InstanceFromServiceTransport<T> for T
impl<T> InstanceFromServiceTransport<T> for T
§fn from_service_transport(handle: T) -> T
fn from_service_transport(handle: T) -> T
Converts the given service transport handle of type
T to [Self]