Enum tendermint_light_client::components::io::AtHeight
source · [−]pub enum AtHeight {
At(Height),
Highest,
}Expand description
Type for selecting either a specific height or the latest one
Variants
At(Height)
A specific height
Highest
The latest height
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AtHeight
impl Send for AtHeight
impl Sync for AtHeight
impl Unpin for AtHeight
impl UnwindSafe for AtHeight
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more