pub enum NodeInfoStatus {
Ok,
NotFound,
}Variants§
Trait Implementations§
Source§impl Clone for NodeInfoStatus
impl Clone for NodeInfoStatus
Source§fn clone(&self) -> NodeInfoStatus
fn clone(&self) -> NodeInfoStatus
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 NodeInfoStatus
impl Debug for NodeInfoStatus
Source§impl<'de> Deserialize<'de> for NodeInfoStatus
impl<'de> Deserialize<'de> for NodeInfoStatus
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 NodeInfoStatus
impl PartialEq for NodeInfoStatus
Source§impl Serialize for NodeInfoStatus
impl Serialize for NodeInfoStatus
impl Eq for NodeInfoStatus
impl StructuralPartialEq for NodeInfoStatus
Auto Trait Implementations§
impl Freeze for NodeInfoStatus
impl RefUnwindSafe for NodeInfoStatus
impl Send for NodeInfoStatus
impl Sync for NodeInfoStatus
impl Unpin for NodeInfoStatus
impl UnsafeUnpin for NodeInfoStatus
impl UnwindSafe for NodeInfoStatus
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