pub struct AddSpec;Trait Implementations§
Source§impl Method for AddSpec
impl Method for AddSpec
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 = CompositeNodeManager
type Protocol = CompositeNodeManager
The protocol the method is a member of.
Source§type Request = CompositeNodeSpec<'static>
type Request = CompositeNodeSpec<'static>
The request payload for the method.
Source§impl TwoWayMethod for AddSpec
impl TwoWayMethod for AddSpec
Source§type Response = WireFlexibleResult<'static, CompositeNodeManagerAddSpecResponse, CompositeNodeSpecError>
type Response = WireFlexibleResult<'static, CompositeNodeManagerAddSpecResponse, CompositeNodeSpecError>
The response payload for the method.
Auto Trait Implementations§
impl Freeze for AddSpec
impl RefUnwindSafe for AddSpec
impl Send for AddSpec
impl Sync for AddSpec
impl Unpin for AddSpec
impl UnwindSafe for AddSpec
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
Source§impl<T, D> Encode<Ambiguous1, D> for Twhere
D: ResourceDialect,
impl<T, D> Encode<Ambiguous1, D> for Twhere
D: ResourceDialect,
Source§impl<T, D> Encode<Ambiguous2, D> for Twhere
D: ResourceDialect,
impl<T, D> Encode<Ambiguous2, D> for Twhere
D: ResourceDialect,
§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]