Enum ibc_client_cw::types::HeightTravel
source · pub enum HeightTravel {
Next,
Prev,
}Expand description
Travel is an enum to represent the direction of travel in the context of height.
Variants§
Trait Implementations§
source§impl Clone for HeightTravel
impl Clone for HeightTravel
source§fn clone(&self) -> HeightTravel
fn clone(&self) -> HeightTravel
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for HeightTravel
impl RefUnwindSafe for HeightTravel
impl Send for HeightTravel
impl Sync for HeightTravel
impl Unpin for HeightTravel
impl UnwindSafe for HeightTravel
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