pub struct ResponsesGetBlockHeightData { /* private fields */ }
Implementations§
Source§impl ResponsesGetBlockHeightData
impl ResponsesGetBlockHeightData
pub fn new() -> ResponsesGetBlockHeightData
pub fn set_height(&mut self, height: i32)
pub fn with_height(self, height: i32) -> ResponsesGetBlockHeightData
pub fn height(&self) -> Option<&i32>
pub fn reset_height(&mut self)
Trait Implementations§
Source§impl Debug for ResponsesGetBlockHeightData
impl Debug for ResponsesGetBlockHeightData
Source§impl<'de> Deserialize<'de> for ResponsesGetBlockHeightData
impl<'de> Deserialize<'de> for ResponsesGetBlockHeightData
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ResponsesGetBlockHeightData
impl RefUnwindSafe for ResponsesGetBlockHeightData
impl Send for ResponsesGetBlockHeightData
impl Sync for ResponsesGetBlockHeightData
impl Unpin for ResponsesGetBlockHeightData
impl UnwindSafe for ResponsesGetBlockHeightData
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