pub struct SHNotification {
pub method: Method,
pub status: (ScriptHash, Option<String>),
}Fields§
§method: Method§status: (ScriptHash, Option<String>)Trait Implementations§
Source§impl Clone for SHNotification
impl Clone for SHNotification
Source§fn clone(&self) -> SHNotification
fn clone(&self) -> SHNotification
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 SHNotification
impl Debug for SHNotification
Source§impl<'de> Deserialize<'de> for SHNotification
impl<'de> Deserialize<'de> for SHNotification
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 FromStr for SHNotification
impl FromStr for SHNotification
Source§impl PartialEq for SHNotification
impl PartialEq for SHNotification
Source§impl Serialize for SHNotification
impl Serialize for SHNotification
impl Eq for SHNotification
impl StructuralPartialEq for SHNotification
Auto Trait Implementations§
impl Freeze for SHNotification
impl RefUnwindSafe for SHNotification
impl Send for SHNotification
impl Sync for SHNotification
impl Unpin for SHNotification
impl UnwindSafe for SHNotification
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