pub struct OnRepresentation;
Trait Implementations§
Source§impl Method for OnRepresentation
impl Method for OnRepresentation
Source§type Response = WireRepresentation
type Response = WireRepresentation
The response payload for the method.
Auto Trait Implementations§
impl Freeze for OnRepresentation
impl RefUnwindSafe for OnRepresentation
impl Send for OnRepresentation
impl Sync for OnRepresentation
impl Unpin for OnRepresentation
impl UnwindSafe for OnRepresentation
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