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