pub struct AddDependency;Trait Implementations§
Source§impl Method for AddDependency
impl Method for AddDependency
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 = ElementControl
type Protocol = ElementControl
The protocol the method is a member of.
Source§type Request = LevelDependency<'static>
type Request = LevelDependency<'static>
The request payload for the method.
Source§impl<___R> Respond<___R> for AddDependency
impl<___R> Respond<___R> for AddDependency
Source§impl<___R> RespondErr<___R> for AddDependency
impl<___R> RespondErr<___R> for AddDependency
Source§impl TwoWayMethod for AddDependency
impl TwoWayMethod for AddDependency
Source§type Response = FlexibleResult<'static, Unit, ModifyDependencyError>
type Response = FlexibleResult<'static, Unit, ModifyDependencyError>
The response payload for the method.
Auto Trait Implementations§
impl Freeze for AddDependency
impl RefUnwindSafe for AddDependency
impl Send for AddDependency
impl Sync for AddDependency
impl Unpin for AddDependency
impl UnsafeUnpin for AddDependency
impl UnwindSafe for AddDependency
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]