pub struct ChannelInfo {
pub major_number: Option<u16>,
pub minor_number: Option<u16>,
pub name: Option<String>,
pub call_sign: Option<String>,
pub affiliate_call_sign: Option<String>,
pub identifier: Option<String>,
pub type_: Option<u8>,
}Fields§
§major_number: Option<u16>§minor_number: Option<u16>§name: Option<String>§call_sign: Option<String>§affiliate_call_sign: Option<String>§identifier: Option<String>§type_: Option<u8>Trait Implementations§
Source§impl Debug for ChannelInfo
impl Debug for ChannelInfo
Auto Trait Implementations§
impl Freeze for ChannelInfo
impl RefUnwindSafe for ChannelInfo
impl Send for ChannelInfo
impl Sync for ChannelInfo
impl Unpin for ChannelInfo
impl UnwindSafe for ChannelInfo
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