pub struct Add;
Trait Implementations§
Source§impl Method for Add
impl Method for Add
Source§type Protocol = Calculator
type Protocol = Calculator
The protocol the method is a member of.
Source§type Request = WireCalculatorAddRequest
type Request = WireCalculatorAddRequest
The request payload for the method.
Source§type Response = WireFlexible<WireCalculatorAddResponse>
type Response = WireFlexible<WireCalculatorAddResponse>
The response payload for the method.
Auto Trait Implementations§
impl Freeze for Add
impl RefUnwindSafe for Add
impl Send for Add
impl Sync for Add
impl Unpin for Add
impl UnwindSafe for Add
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