pub struct HeightDto(pub u64);
Expand description
Height.
Tuple Fields§
§0: u64
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HeightDto
impl RefUnwindSafe for HeightDto
impl Send for HeightDto
impl Sync for HeightDto
impl Unpin for HeightDto
impl UnwindSafe for HeightDto
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