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