pub struct ChannelReceiverDef {
pub name: String,
pub generated_topic: String,
pub topic: TetherOrCustomTopic,
pub qos: QoS,
}Fields§
§name: String§generated_topic: String§topic: TetherOrCustomTopic§qos: QoSTrait Implementations§
Source§impl<'a> ChannelDef<'a> for ChannelReceiverDef
impl<'a> ChannelDef<'a> for ChannelReceiverDef
Source§impl Clone for ChannelReceiverDef
impl Clone for ChannelReceiverDef
Source§fn clone(&self) -> ChannelReceiverDef
fn clone(&self) -> ChannelReceiverDef
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 moreAuto Trait Implementations§
impl Freeze for ChannelReceiverDef
impl RefUnwindSafe for ChannelReceiverDef
impl Send for ChannelReceiverDef
impl Sync for ChannelReceiverDef
impl Unpin for ChannelReceiverDef
impl UnwindSafe for ChannelReceiverDef
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