pub struct LocalProviderCall {
pub provider: LocalProviderName,
pub method: String,
pub params: Value,
}Fields§
§provider: LocalProviderName§method: String§params: ValueTrait Implementations§
Source§impl Clone for LocalProviderCall
impl Clone for LocalProviderCall
Source§fn clone(&self) -> LocalProviderCall
fn clone(&self) -> LocalProviderCall
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 LocalProviderCall
impl Debug for LocalProviderCall
Source§impl PartialEq for LocalProviderCall
impl PartialEq for LocalProviderCall
Source§fn eq(&self, other: &LocalProviderCall) -> bool
fn eq(&self, other: &LocalProviderCall) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for LocalProviderCall
Auto Trait Implementations§
impl Freeze for LocalProviderCall
impl RefUnwindSafe for LocalProviderCall
impl Send for LocalProviderCall
impl Sync for LocalProviderCall
impl Unpin for LocalProviderCall
impl UnsafeUnpin for LocalProviderCall
impl UnwindSafe for LocalProviderCall
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