pub struct AddExecutionStateDependency;Trait Implementations§
Source§impl Method for AddExecutionStateDependency
impl Method for AddExecutionStateDependency
Source§const FLEXIBILITY: Flexibility = ::fidl_next::protocol::Flexibility::Flexible
const FLEXIBILITY: Flexibility = ::fidl_next::protocol::Flexibility::Flexible
The flexibility of the method.
Source§type Protocol = CpuElementManager
type Protocol = CpuElementManager
The protocol the method is a member of.
Source§type Request = CpuElementManagerAddExecutionStateDependencyRequest<'static>
type Request = CpuElementManagerAddExecutionStateDependencyRequest<'static>
The request payload for the method.
Source§impl<___R> Respond<___R> for AddExecutionStateDependency
impl<___R> Respond<___R> for AddExecutionStateDependency
Source§impl<___R> RespondErr<___R> for AddExecutionStateDependency
impl<___R> RespondErr<___R> for AddExecutionStateDependency
Source§impl TwoWayMethod for AddExecutionStateDependency
impl TwoWayMethod for AddExecutionStateDependency
Source§type Response = FlexibleResult<'static, Unit, AddExecutionStateDependencyError>
type Response = FlexibleResult<'static, Unit, AddExecutionStateDependencyError>
The response payload for the method.
Auto Trait Implementations§
impl Freeze for AddExecutionStateDependency
impl RefUnwindSafe for AddExecutionStateDependency
impl Send for AddExecutionStateDependency
impl Sync for AddExecutionStateDependency
impl Unpin for AddExecutionStateDependency
impl UnsafeUnpin for AddExecutionStateDependency
impl UnwindSafe for AddExecutionStateDependency
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]