pub enum SpliceInsert {
Cancel,
Insert {
network_indicator: NetworkIndicator,
splice_mode: SpliceMode,
duration: Option<SpliceDuration>,
unique_program_id: u16,
avail_num: u8,
avails_expected: u8,
},
}Variants§
Cancel
Insert
Trait Implementations§
Source§impl Debug for SpliceInsert
impl Debug for SpliceInsert
Auto Trait Implementations§
impl Freeze for SpliceInsert
impl RefUnwindSafe for SpliceInsert
impl Send for SpliceInsert
impl Sync for SpliceInsert
impl Unpin for SpliceInsert
impl UnwindSafe for SpliceInsert
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