pub enum SdnChannel {
Controller,
Worker(u16),
}Variants§
Trait Implementations§
Source§impl Clone for SdnChannel
impl Clone for SdnChannel
Source§fn clone(&self) -> SdnChannel
fn clone(&self) -> SdnChannel
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 SdnChannel
impl Debug for SdnChannel
Source§impl Hash for SdnChannel
impl Hash for SdnChannel
Source§impl PartialEq for SdnChannel
impl PartialEq for SdnChannel
impl Copy for SdnChannel
impl Eq for SdnChannel
impl StructuralPartialEq for SdnChannel
Auto Trait Implementations§
impl Freeze for SdnChannel
impl RefUnwindSafe for SdnChannel
impl Send for SdnChannel
impl Sync for SdnChannel
impl Unpin for SdnChannel
impl UnwindSafe for SdnChannel
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