Enum aprs_parser::AprsCst
source · pub enum AprsCst {
CompressedSome {
cs: AprsCompressedCs,
t: AprsCompressionType,
},
CompressedNone,
Uncompressed,
}Variants
CompressedSome
CompressedNone
Uncompressed
Trait Implementations
impl StructuralPartialEq for AprsCst
Auto Trait Implementations
impl RefUnwindSafe for AprsCst
impl Send for AprsCst
impl Sync for AprsCst
impl Unpin for AprsCst
impl UnwindSafe for AprsCst
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