pub enum CallbackName {
SendTransaction,
}Variants
SendTransaction
Trait Implementations
sourceimpl Clone for CallbackName
impl Clone for CallbackName
sourcefn clone(&self) -> CallbackName
fn clone(&self) -> CallbackName
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for CallbackName
impl Debug for CallbackName
sourceimpl<'de> Deserialize<'de> for CallbackName
impl<'de> Deserialize<'de> for CallbackName
sourcefn 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
sourceimpl Display for CallbackName
impl Display for CallbackName
sourceimpl Hash for CallbackName
impl Hash for CallbackName
sourceimpl PartialEq<CallbackName> for CallbackName
impl PartialEq<CallbackName> for CallbackName
sourcefn eq(&self, other: &CallbackName) -> bool
fn eq(&self, other: &CallbackName) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourceimpl Serialize for CallbackName
impl Serialize for CallbackName
impl Eq for CallbackName
impl StructuralEq for CallbackName
impl StructuralPartialEq for CallbackName
Auto Trait Implementations
impl RefUnwindSafe for CallbackName
impl Send for CallbackName
impl Sync for CallbackName
impl Unpin for CallbackName
impl UnwindSafe for CallbackName
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more