pub struct NodeInfoServices {
pub inbound: Option<Vec<String>>,
pub outbound: Option<Vec<String>>,
}
Expand description
NodeInfoServices : NodeInfoServices contains the third party sites this server can connect to via their application API
Fields§
§inbound: Option<Vec<String>>
§outbound: Option<Vec<String>>
Implementations§
Source§impl NodeInfoServices
impl NodeInfoServices
Sourcepub fn new() -> NodeInfoServices
pub fn new() -> NodeInfoServices
NodeInfoServices contains the third party sites this server can connect to via their application API
Trait Implementations§
Source§impl Clone for NodeInfoServices
impl Clone for NodeInfoServices
Source§fn clone(&self) -> NodeInfoServices
fn clone(&self) -> NodeInfoServices
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 NodeInfoServices
impl Debug for NodeInfoServices
Source§impl Default for NodeInfoServices
impl Default for NodeInfoServices
Source§fn default() -> NodeInfoServices
fn default() -> NodeInfoServices
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for NodeInfoServices
impl<'de> Deserialize<'de> for NodeInfoServices
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 NodeInfoServices
impl PartialEq for NodeInfoServices
Source§impl Serialize for NodeInfoServices
impl Serialize for NodeInfoServices
impl StructuralPartialEq for NodeInfoServices
Auto Trait Implementations§
impl Freeze for NodeInfoServices
impl RefUnwindSafe for NodeInfoServices
impl Send for NodeInfoServices
impl Sync for NodeInfoServices
impl Unpin for NodeInfoServices
impl UnwindSafe for NodeInfoServices
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