Struct aprs_parser::Callsign
source · Fields
call: Stringssid: Option<String>Implementations
Trait Implementations
impl Eq for Callsign
impl StructuralEq for Callsign
impl StructuralPartialEq for Callsign
Auto Trait Implementations
impl RefUnwindSafe for Callsign
impl Send for Callsign
impl Sync for Callsign
impl Unpin for Callsign
impl UnwindSafe for Callsign
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more