pub enum DstarAutoReplyMode {
Off,
Reply,
Position,
Both,
}Expand description
D-STAR auto-reply mode.
Variants§
Off
Auto-reply disabled.
Reply
Reply with the configured message text.
Position
Reply with the current GPS position.
Both
Reply with both message text and GPS position.
Trait Implementations§
Source§impl Clone for DstarAutoReplyMode
impl Clone for DstarAutoReplyMode
Source§fn clone(&self) -> DstarAutoReplyMode
fn clone(&self) -> DstarAutoReplyMode
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 DstarAutoReplyMode
impl Debug for DstarAutoReplyMode
Source§impl Hash for DstarAutoReplyMode
impl Hash for DstarAutoReplyMode
Source§impl PartialEq for DstarAutoReplyMode
impl PartialEq for DstarAutoReplyMode
Source§impl TryFrom<u8> for DstarAutoReplyMode
impl TryFrom<u8> for DstarAutoReplyMode
impl Copy for DstarAutoReplyMode
impl Eq for DstarAutoReplyMode
impl StructuralPartialEq for DstarAutoReplyMode
Auto Trait Implementations§
impl Freeze for DstarAutoReplyMode
impl RefUnwindSafe for DstarAutoReplyMode
impl Send for DstarAutoReplyMode
impl Sync for DstarAutoReplyMode
impl Unpin for DstarAutoReplyMode
impl UnwindSafe for DstarAutoReplyMode
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