Struct yew_agent::HandlerId [−][src]
pub struct HandlerId(_, _);
Expand description
Id of responses handler.
Implementations
Indicates if a handler id corresponds to callback in the Agent runtime.
Trait Implementations
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
Auto Trait Implementations
impl RefUnwindSafe for HandlerId
impl UnwindSafe for HandlerId
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.
Convert self
to a value of a Properties
struct.
Convert self
to a value of a Properties
struct.