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