pub struct GetLogsRangeEndpoint { /* private fields */ }Expand description
Macro Generated Marker Type
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GetLogsRangeEndpoint
impl RefUnwindSafe for GetLogsRangeEndpoint
impl Send for GetLogsRangeEndpoint
impl Sync for GetLogsRangeEndpoint
impl Unpin for GetLogsRangeEndpoint
impl UnwindSafe for GetLogsRangeEndpoint
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