pub enum RssType {
Frequency,
Alert,
}
Expand description
Represents a RSS “Received Signal Strength“ message type.
Variants§
Trait Implementations§
impl StructuralPartialEq for RssType
Auto Trait Implementations§
impl Freeze for RssType
impl RefUnwindSafe for RssType
impl Send for RssType
impl Sync for RssType
impl Unpin for RssType
impl UnwindSafe for RssType
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