pub struct SubnetInfoResult {
pub replica_version: String,
}
Expand description
Result type of subnet_info.
Fields§
§replica_version: String
Replica version of the subnet.
Trait Implementations§
source§impl CandidType for SubnetInfoResult
impl CandidType for SubnetInfoResult
source§impl Clone for SubnetInfoResult
impl Clone for SubnetInfoResult
source§fn clone(&self) -> SubnetInfoResult
fn clone(&self) -> SubnetInfoResult
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 SubnetInfoResult
impl Debug for SubnetInfoResult
source§impl<'de> Deserialize<'de> for SubnetInfoResult
impl<'de> Deserialize<'de> for SubnetInfoResult
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 Hash for SubnetInfoResult
impl Hash for SubnetInfoResult
source§impl Ord for SubnetInfoResult
impl Ord for SubnetInfoResult
source§fn cmp(&self, other: &SubnetInfoResult) -> Ordering
fn cmp(&self, other: &SubnetInfoResult) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for SubnetInfoResult
impl PartialEq for SubnetInfoResult
source§impl PartialOrd for SubnetInfoResult
impl PartialOrd for SubnetInfoResult
source§impl Serialize for SubnetInfoResult
impl Serialize for SubnetInfoResult
impl Eq for SubnetInfoResult
impl StructuralPartialEq for SubnetInfoResult
Auto Trait Implementations§
impl Freeze for SubnetInfoResult
impl RefUnwindSafe for SubnetInfoResult
impl Send for SubnetInfoResult
impl Sync for SubnetInfoResult
impl Unpin for SubnetInfoResult
impl UnwindSafe for SubnetInfoResult
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)