pub struct NodeInfoSoftware {
pub homepage: Option<String>,
pub name: Option<String>,
pub repository: Option<String>,
pub version: Option<String>,
}
Expand description
NodeInfoSoftware : NodeInfoSoftware contains Metadata about server software in use
Fields§
§homepage: Option<String>
§name: Option<String>
§repository: Option<String>
§version: Option<String>
Implementations§
Source§impl NodeInfoSoftware
impl NodeInfoSoftware
Sourcepub fn new() -> NodeInfoSoftware
pub fn new() -> NodeInfoSoftware
NodeInfoSoftware contains Metadata about server software in use
Trait Implementations§
Source§impl Clone for NodeInfoSoftware
impl Clone for NodeInfoSoftware
Source§fn clone(&self) -> NodeInfoSoftware
fn clone(&self) -> NodeInfoSoftware
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 NodeInfoSoftware
impl Debug for NodeInfoSoftware
Source§impl Default for NodeInfoSoftware
impl Default for NodeInfoSoftware
Source§fn default() -> NodeInfoSoftware
fn default() -> NodeInfoSoftware
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for NodeInfoSoftware
impl<'de> Deserialize<'de> for NodeInfoSoftware
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 NodeInfoSoftware
impl PartialEq for NodeInfoSoftware
Source§impl Serialize for NodeInfoSoftware
impl Serialize for NodeInfoSoftware
impl StructuralPartialEq for NodeInfoSoftware
Auto Trait Implementations§
impl Freeze for NodeInfoSoftware
impl RefUnwindSafe for NodeInfoSoftware
impl Send for NodeInfoSoftware
impl Sync for NodeInfoSoftware
impl Unpin for NodeInfoSoftware
impl UnwindSafe for NodeInfoSoftware
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