pub struct AddSpec;
Trait Implementations§
Source§impl Method for AddSpec
impl Method for AddSpec
Source§type Protocol = CompositeNodeManager
type Protocol = CompositeNodeManager
The protocol the method is a member of.
Source§type Request = WireCompositeNodeSpec<'static>
type Request = WireCompositeNodeSpec<'static>
The request payload for the method.
Source§type Response = WireFlexibleResult<'static, (), WireCompositeNodeSpecError>
type Response = WireFlexibleResult<'static, (), WireCompositeNodeSpecError>
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