pub struct Callsign {
pub call: String,
pub ssid: Option<u8>,
}
Fields§
§call: String
§ssid: Option<u8>
Implementations§
Trait Implementations§
impl Eq for Callsign
impl StructuralPartialEq for Callsign
Auto Trait Implementations§
impl Freeze for Callsign
impl RefUnwindSafe for Callsign
impl Send for Callsign
impl Sync for Callsign
impl Unpin for Callsign
impl UnwindSafe for Callsign
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