pub enum RNodeBleTarget {
FirstBondedRnode,
Address(RNodeBleAddress),
Name(RNodeBleName),
}Variants§
Trait Implementations§
Source§impl Clone for RNodeBleTarget
impl Clone for RNodeBleTarget
Source§fn clone(&self) -> RNodeBleTarget
fn clone(&self) -> RNodeBleTarget
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 RNodeBleTarget
impl Debug for RNodeBleTarget
Source§impl Display for RNodeBleTarget
impl Display for RNodeBleTarget
impl Eq for RNodeBleTarget
Source§impl PartialEq for RNodeBleTarget
impl PartialEq for RNodeBleTarget
impl StructuralPartialEq for RNodeBleTarget
Auto Trait Implementations§
impl Freeze for RNodeBleTarget
impl RefUnwindSafe for RNodeBleTarget
impl Send for RNodeBleTarget
impl Sync for RNodeBleTarget
impl Unpin for RNodeBleTarget
impl UnsafeUnpin for RNodeBleTarget
impl UnwindSafe for RNodeBleTarget
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