pub enum TopicChannels {
SingleChannel {
channel_id: u32,
},
MultiChannel {},
}Variants§
Trait Implementations§
Source§impl Clone for TopicChannels
impl Clone for TopicChannels
Source§fn clone(&self) -> TopicChannels
fn clone(&self) -> TopicChannels
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 moreAuto Trait Implementations§
impl Freeze for TopicChannels
impl RefUnwindSafe for TopicChannels
impl Send for TopicChannels
impl Sync for TopicChannels
impl Unpin for TopicChannels
impl UnwindSafe for TopicChannels
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