pub struct EchoLinkName(/* private fields */);Expand description
EchoLink station name (up to 8 characters).
Implementations§
Source§impl EchoLinkName
impl EchoLinkName
Trait Implementations§
Source§impl Clone for EchoLinkName
impl Clone for EchoLinkName
Source§fn clone(&self) -> EchoLinkName
fn clone(&self) -> EchoLinkName
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 EchoLinkName
impl Debug for EchoLinkName
Source§impl Default for EchoLinkName
impl Default for EchoLinkName
Source§fn default() -> EchoLinkName
fn default() -> EchoLinkName
Returns the “default value” for a type. Read more
Source§impl Hash for EchoLinkName
impl Hash for EchoLinkName
Source§impl PartialEq for EchoLinkName
impl PartialEq for EchoLinkName
impl Eq for EchoLinkName
impl StructuralPartialEq for EchoLinkName
Auto Trait Implementations§
impl Freeze for EchoLinkName
impl RefUnwindSafe for EchoLinkName
impl Send for EchoLinkName
impl Sync for EchoLinkName
impl Unpin for EchoLinkName
impl UnwindSafe for EchoLinkName
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