pub struct RuntimeTopologyStatus {
pub root: Option<Principal>,
pub parent: Option<Principal>,
pub subnet: Option<Principal>,
pub source: String,
}Fields§
§root: Option<Principal>§parent: Option<Principal>§subnet: Option<Principal>§source: StringTrait Implementations§
Source§impl CandidType for RuntimeTopologyStatus
impl CandidType for RuntimeTopologyStatus
Source§impl Clone for RuntimeTopologyStatus
impl Clone for RuntimeTopologyStatus
Source§fn clone(&self) -> RuntimeTopologyStatus
fn clone(&self) -> RuntimeTopologyStatus
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RuntimeTopologyStatus
impl Debug for RuntimeTopologyStatus
Source§impl<'de> Deserialize<'de> for RuntimeTopologyStatus
impl<'de> Deserialize<'de> for RuntimeTopologyStatus
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
impl Eq for RuntimeTopologyStatus
Source§impl PartialEq for RuntimeTopologyStatus
impl PartialEq for RuntimeTopologyStatus
Source§fn eq(&self, other: &RuntimeTopologyStatus) -> bool
fn eq(&self, other: &RuntimeTopologyStatus) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for RuntimeTopologyStatus
impl Serialize for RuntimeTopologyStatus
impl StructuralPartialEq for RuntimeTopologyStatus
Auto Trait Implementations§
impl Freeze for RuntimeTopologyStatus
impl RefUnwindSafe for RuntimeTopologyStatus
impl Send for RuntimeTopologyStatus
impl Sync for RuntimeTopologyStatus
impl Unpin for RuntimeTopologyStatus
impl UnsafeUnpin for RuntimeTopologyStatus
impl UnwindSafe for RuntimeTopologyStatus
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