pub struct NetworkPruneReport {
    pub error: Option<String>,
    pub name: Option<String>,
}Available on crate feature 
v5 only.Expand description
NetworkPruneReport containers the name of network and an error associated in its pruning (removal)
Fields§
§error: Option<String>§name: Option<String>Trait Implementations§
Source§impl Debug for NetworkPruneReport
 
impl Debug for NetworkPruneReport
Source§impl Default for NetworkPruneReport
 
impl Default for NetworkPruneReport
Source§fn default() -> NetworkPruneReport
 
fn default() -> NetworkPruneReport
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for NetworkPruneReport
 
impl<'de> Deserialize<'de> for NetworkPruneReport
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
Auto Trait Implementations§
impl Freeze for NetworkPruneReport
impl RefUnwindSafe for NetworkPruneReport
impl Send for NetworkPruneReport
impl Sync for NetworkPruneReport
impl Unpin for NetworkPruneReport
impl UnwindSafe for NetworkPruneReport
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