Struct rnotifylib::destination::kinds::rust_receiver::RustReceiverDestination
source · pub struct RustReceiverDestination { /* private fields */ }Implementations§
Trait Implementations§
source§impl Clone for RustReceiverDestination
impl Clone for RustReceiverDestination
source§fn clone(&self) -> RustReceiverDestination
fn clone(&self) -> RustReceiverDestination
Returns a copy 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 RustReceiverDestination
impl Debug for RustReceiverDestination
source§impl<'de> Deserialize<'de> for RustReceiverDestination
impl<'de> Deserialize<'de> for RustReceiverDestination
source§fn deserialize<D>(_: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(_: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more