pub struct WireProviderCatalog {
pub all: Vec<WireProviderEntry>,
pub connected: Vec<String>,
}Fields§
§all: Vec<WireProviderEntry>§connected: Vec<String>Implementations§
Source§impl WireProviderCatalog
impl WireProviderCatalog
pub fn from_providers( providers: Vec<ProviderInfo>, connected: Vec<String>, ) -> Self
Trait Implementations§
Source§impl Clone for WireProviderCatalog
impl Clone for WireProviderCatalog
Source§fn clone(&self) -> WireProviderCatalog
fn clone(&self) -> WireProviderCatalog
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 WireProviderCatalog
impl Debug for WireProviderCatalog
Source§impl<'de> Deserialize<'de> for WireProviderCatalog
impl<'de> Deserialize<'de> for WireProviderCatalog
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 WireProviderCatalog
impl PartialEq for WireProviderCatalog
Source§impl Serialize for WireProviderCatalog
impl Serialize for WireProviderCatalog
impl StructuralPartialEq for WireProviderCatalog
Auto Trait Implementations§
impl Freeze for WireProviderCatalog
impl RefUnwindSafe for WireProviderCatalog
impl Send for WireProviderCatalog
impl Sync for WireProviderCatalog
impl Unpin for WireProviderCatalog
impl UnsafeUnpin for WireProviderCatalog
impl UnwindSafe for WireProviderCatalog
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