pub struct PveNode {
pub node: String,
pub status: Option<String>,
pub extra: Map<String, Value>,
}Fields§
§node: String§status: Option<String>§extra: Map<String, Value>Trait Implementations§
Source§impl<'de> Deserialize<'de> for PveNode
impl<'de> Deserialize<'de> for PveNode
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 StructuralPartialEq for PveNode
Auto Trait Implementations§
impl Freeze for PveNode
impl RefUnwindSafe for PveNode
impl Send for PveNode
impl Sync for PveNode
impl Unpin for PveNode
impl UnsafeUnpin for PveNode
impl UnwindSafe for PveNode
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