pub enum RNodeTransportPlan {
Serial(RNodeSerialDevice),
Tcp(RNodeTcpTarget),
Ble(RNodeBleTarget),
}Variants§
Implementations§
Source§impl RNodeTransportPlan
impl RNodeTransportPlan
pub fn channel_tag(&self) -> Vec<u8> ⓘ
Trait Implementations§
Source§impl Clone for RNodeTransportPlan
impl Clone for RNodeTransportPlan
Source§fn clone(&self) -> RNodeTransportPlan
fn clone(&self) -> RNodeTransportPlan
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RNodeTransportPlan
impl Debug for RNodeTransportPlan
impl Eq for RNodeTransportPlan
Source§impl PartialEq for RNodeTransportPlan
impl PartialEq for RNodeTransportPlan
impl StructuralPartialEq for RNodeTransportPlan
Auto Trait Implementations§
impl Freeze for RNodeTransportPlan
impl RefUnwindSafe for RNodeTransportPlan
impl Send for RNodeTransportPlan
impl Sync for RNodeTransportPlan
impl Unpin for RNodeTransportPlan
impl UnsafeUnpin for RNodeTransportPlan
impl UnwindSafe for RNodeTransportPlan
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