pub struct UnitStructEndpoint { /* private fields */ }Expand description
Macro Generated Marker Type
Trait Implementations§
Source§impl Endpoint for UnitStructEndpoint
impl Endpoint for UnitStructEndpoint
Source§type Request = MyUnitStruct
type Request = MyUnitStruct
The type of the Request (client to server)
Source§type Response = MyUnitStruct
type Response = MyUnitStruct
The type of the Response (server to client)
Auto Trait Implementations§
impl Freeze for UnitStructEndpoint
impl RefUnwindSafe for UnitStructEndpoint
impl Send for UnitStructEndpoint
impl Sync for UnitStructEndpoint
impl Unpin for UnitStructEndpoint
impl UnwindSafe for UnitStructEndpoint
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