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