pub struct GetRpcVersionResult {
pub major: usize,
pub minor: usize,
pub patch: usize,
}
Fields§
§major: usize
§minor: usize
§patch: usize
Trait Implementations§
Source§impl Clone for GetRpcVersionResult
impl Clone for GetRpcVersionResult
Source§fn clone(&self) -> GetRpcVersionResult
fn clone(&self) -> GetRpcVersionResult
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 moreSource§impl Debug for GetRpcVersionResult
impl Debug for GetRpcVersionResult
Source§impl<'de> Deserialize<'de> for GetRpcVersionResult
impl<'de> Deserialize<'de> for GetRpcVersionResult
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 GetRpcVersionResult
impl PartialEq for GetRpcVersionResult
Source§impl Serialize for GetRpcVersionResult
impl Serialize for GetRpcVersionResult
impl StructuralPartialEq for GetRpcVersionResult
Auto Trait Implementations§
impl Freeze for GetRpcVersionResult
impl RefUnwindSafe for GetRpcVersionResult
impl Send for GetRpcVersionResult
impl Sync for GetRpcVersionResult
impl Unpin for GetRpcVersionResult
impl UnwindSafe for GetRpcVersionResult
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