Struct js8call_lib::js8message::JS8Message
source · pub struct JS8Message { /* private fields */ }
Implementations§
source§impl JS8Message
impl JS8Message
pub fn get_message_type(&self) -> JS8MessageType
pub fn get_value(&self) -> Option<&str>
pub fn get_callsign(&self) -> Option<&str>
pub fn get_to_callsign(&self) -> Option<&str>
pub fn get_from_callsign(&self) -> Option<&str>
pub fn get_offset(&self) -> Option<u64>
pub fn get_freq(&self) -> Option<(u64, u64)>
pub fn get_selected_station(&self) -> Option<&str>
pub fn get_grid(&self) -> Option<&str>
pub fn set_grid(&mut self, callsign: &str)
pub fn get_snr(&self) -> Option<i64>
Trait Implementations§
source§impl Clone for JS8Message
impl Clone for JS8Message
source§fn clone(&self) -> JS8Message
fn clone(&self) -> JS8Message
Returns a copy 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 JS8Message
impl Debug for JS8Message
source§impl Default for JS8Message
impl Default for JS8Message
source§fn default() -> JS8Message
fn default() -> JS8Message
Returns the “default value” for a type. Read more
source§impl From<Value> for JS8Message
impl From<Value> for JS8Message
Auto Trait Implementations§
impl Freeze for JS8Message
impl RefUnwindSafe for JS8Message
impl Send for JS8Message
impl Sync for JS8Message
impl Unpin for JS8Message
impl UnwindSafe for JS8Message
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)