pub struct GetBlockAtPositionDto {
pub position: i64,
}Fields§
§position: i64Trait Implementations§
Source§impl Clone for GetBlockAtPositionDto
impl Clone for GetBlockAtPositionDto
Source§fn clone(&self) -> GetBlockAtPositionDto
fn clone(&self) -> GetBlockAtPositionDto
Returns a duplicate 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 moreSource§impl Debug for GetBlockAtPositionDto
impl Debug for GetBlockAtPositionDto
Source§impl Default for GetBlockAtPositionDto
impl Default for GetBlockAtPositionDto
Source§fn default() -> GetBlockAtPositionDto
fn default() -> GetBlockAtPositionDto
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetBlockAtPositionDto
impl<'de> Deserialize<'de> for GetBlockAtPositionDto
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
Source§impl PartialEq for GetBlockAtPositionDto
impl PartialEq for GetBlockAtPositionDto
Source§impl Serialize for GetBlockAtPositionDto
impl Serialize for GetBlockAtPositionDto
impl StructuralPartialEq for GetBlockAtPositionDto
Auto Trait Implementations§
impl Freeze for GetBlockAtPositionDto
impl RefUnwindSafe for GetBlockAtPositionDto
impl Send for GetBlockAtPositionDto
impl Sync for GetBlockAtPositionDto
impl Unpin for GetBlockAtPositionDto
impl UnsafeUnpin for GetBlockAtPositionDto
impl UnwindSafe for GetBlockAtPositionDto
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