pub enum SpliceCommandType {
SpliceNull,
Reserved(u8),
SpliceSchedule,
SpliceInsert,
TimeSignal,
BandwidthReservation,
PrivateCommand,
}Variants§
Implementations§
Source§impl SpliceCommandType
impl SpliceCommandType
pub fn from_id(id: u8) -> SpliceCommandType
Trait Implementations§
Source§impl Debug for SpliceCommandType
impl Debug for SpliceCommandType
Source§impl PartialEq for SpliceCommandType
impl PartialEq for SpliceCommandType
Source§impl Serialize for SpliceCommandType
impl Serialize for SpliceCommandType
impl StructuralPartialEq for SpliceCommandType
Auto Trait Implementations§
impl Freeze for SpliceCommandType
impl RefUnwindSafe for SpliceCommandType
impl Send for SpliceCommandType
impl Sync for SpliceCommandType
impl Unpin for SpliceCommandType
impl UnwindSafe for SpliceCommandType
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