Enum ddmw_client::types::AppChannel
source · pub enum AppChannel {
Num(u8),
Name(String),
}Variants§
Trait Implementations§
source§impl Display for AppChannel
impl Display for AppChannel
Auto Trait Implementations§
impl RefUnwindSafe for AppChannel
impl Send for AppChannel
impl Sync for AppChannel
impl Unpin for AppChannel
impl UnwindSafe for AppChannel
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