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 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 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
Source§impl PartialEq for RustReceiverDestination
impl PartialEq for RustReceiverDestination
Auto Trait Implementations§
impl Freeze for RustReceiverDestination
impl RefUnwindSafe for RustReceiverDestination
impl Send for RustReceiverDestination
impl Sync for RustReceiverDestination
impl Unpin for RustReceiverDestination
impl UnwindSafe for RustReceiverDestination
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