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