pub enum HeightArg {
Height(u64),
CurrentHeight,
}Variants§
Auto Trait Implementations§
impl Freeze for HeightArg
impl RefUnwindSafe for HeightArg
impl Send for HeightArg
impl Sync for HeightArg
impl Unpin for HeightArg
impl UnsafeUnpin for HeightArg
impl UnwindSafe for HeightArg
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