pub struct WireProviderEntry {
pub id: String,
pub name: Option<String>,
pub models: HashMap<String, WireProviderModel>,
}Fields§
§id: String§name: Option<String>§models: HashMap<String, WireProviderModel>Trait Implementations§
Source§impl Clone for WireProviderEntry
impl Clone for WireProviderEntry
Source§fn clone(&self) -> WireProviderEntry
fn clone(&self) -> WireProviderEntry
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 WireProviderEntry
impl Debug for WireProviderEntry
Source§impl<'de> Deserialize<'de> for WireProviderEntry
impl<'de> Deserialize<'de> for WireProviderEntry
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 WireProviderEntry
impl PartialEq for WireProviderEntry
Source§impl Serialize for WireProviderEntry
impl Serialize for WireProviderEntry
impl StructuralPartialEq for WireProviderEntry
Auto Trait Implementations§
impl Freeze for WireProviderEntry
impl RefUnwindSafe for WireProviderEntry
impl Send for WireProviderEntry
impl Sync for WireProviderEntry
impl Unpin for WireProviderEntry
impl UnsafeUnpin for WireProviderEntry
impl UnwindSafe for WireProviderEntry
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