pub struct AprsStatus {
pub text: String,
}Expand description
An APRS status report (data type >).
Contains free-form text, optionally prefixed with a Maidenhead grid locator (6 chars) or a timestamp (7 chars DHM/HMS).
Fields§
§text: StringStatus text.
Trait Implementations§
Source§impl Clone for AprsStatus
impl Clone for AprsStatus
Source§fn clone(&self) -> AprsStatus
fn clone(&self) -> AprsStatus
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 AprsStatus
impl Debug for AprsStatus
Source§impl Default for AprsStatus
impl Default for AprsStatus
Source§fn default() -> AprsStatus
fn default() -> AprsStatus
Returns the “default value” for a type. Read more
Source§impl PartialEq for AprsStatus
impl PartialEq for AprsStatus
impl Eq for AprsStatus
impl StructuralPartialEq for AprsStatus
Auto Trait Implementations§
impl Freeze for AprsStatus
impl RefUnwindSafe for AprsStatus
impl Send for AprsStatus
impl Sync for AprsStatus
impl Unpin for AprsStatus
impl UnwindSafe for AprsStatus
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