pub struct GroupCode(/* private fields */);Expand description
Message or bulletin group code (up to 9 characters).
Group codes filter incoming APRS messages and bulletins so only messages addressed to matching group identifiers are displayed.
Implementations§
Trait Implementations§
impl Eq for GroupCode
impl StructuralPartialEq for GroupCode
Auto Trait Implementations§
impl Freeze for GroupCode
impl RefUnwindSafe for GroupCode
impl Send for GroupCode
impl Sync for GroupCode
impl Unpin for GroupCode
impl UnwindSafe for GroupCode
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