pub struct CompleteCoordinatorConnection;Trait Implementations§
Source§impl Method for CompleteCoordinatorConnection
impl Method for CompleteCoordinatorConnection
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 = EngineCompleteCoordinatorConnectionRequest
type Request = EngineCompleteCoordinatorConnectionRequest
The request payload for the method.
Source§impl<___R> Respond<___R> for CompleteCoordinatorConnection
impl<___R> Respond<___R> for CompleteCoordinatorConnection
Source§impl TwoWayMethod for CompleteCoordinatorConnection
impl TwoWayMethod for CompleteCoordinatorConnection
Source§type Response = Flexible<'static, EngineCompleteCoordinatorConnectionResponse>
type Response = Flexible<'static, EngineCompleteCoordinatorConnectionResponse>
The response message for the method.
Auto Trait Implementations§
impl Freeze for CompleteCoordinatorConnection
impl RefUnwindSafe for CompleteCoordinatorConnection
impl Send for CompleteCoordinatorConnection
impl Sync for CompleteCoordinatorConnection
impl Unpin for CompleteCoordinatorConnection
impl UnsafeUnpin for CompleteCoordinatorConnection
impl UnwindSafe for CompleteCoordinatorConnection
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]