pub struct DispatchGetOptions {
pub extra: HashMap<String, Value>,
}Fields§
§extra: HashMap<String, Value>Trait Implementations§
Source§impl Clone for DispatchGetOptions
impl Clone for DispatchGetOptions
Source§fn clone(&self) -> DispatchGetOptions
fn clone(&self) -> DispatchGetOptions
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 DispatchGetOptions
impl Debug for DispatchGetOptions
Source§impl Default for DispatchGetOptions
impl Default for DispatchGetOptions
Source§fn default() -> DispatchGetOptions
fn default() -> DispatchGetOptions
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DispatchGetOptions
impl<'de> Deserialize<'de> for DispatchGetOptions
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 DispatchGetOptions
impl PartialEq for DispatchGetOptions
Source§impl Serialize for DispatchGetOptions
impl Serialize for DispatchGetOptions
impl StructuralPartialEq for DispatchGetOptions
Auto Trait Implementations§
impl Freeze for DispatchGetOptions
impl RefUnwindSafe for DispatchGetOptions
impl Send for DispatchGetOptions
impl Sync for DispatchGetOptions
impl Unpin for DispatchGetOptions
impl UnsafeUnpin for DispatchGetOptions
impl UnwindSafe for DispatchGetOptions
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