pub struct EchoLinkNode(/* private fields */);Expand description
EchoLink node number (up to 6 digits).
EchoLink node numbers are numeric identifiers assigned to each
registered station. They are transmitted via DTMF tones through
a repeater to initiate an EchoLink connection.
Implementations§
Trait Implementations§
Source§impl Clone for EchoLinkNode
impl Clone for EchoLinkNode
Source§fn clone(&self) -> EchoLinkNode
fn clone(&self) -> EchoLinkNode
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 EchoLinkNode
impl Debug for EchoLinkNode
Source§impl Default for EchoLinkNode
impl Default for EchoLinkNode
Source§fn default() -> EchoLinkNode
fn default() -> EchoLinkNode
Returns the “default value” for a type. Read more
Source§impl Hash for EchoLinkNode
impl Hash for EchoLinkNode
Source§impl PartialEq for EchoLinkNode
impl PartialEq for EchoLinkNode
impl Eq for EchoLinkNode
impl StructuralPartialEq for EchoLinkNode
Auto Trait Implementations§
impl Freeze for EchoLinkNode
impl RefUnwindSafe for EchoLinkNode
impl Send for EchoLinkNode
impl Sync for EchoLinkNode
impl Unpin for EchoLinkNode
impl UnwindSafe for EchoLinkNode
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