pub enum CodecFactoryEvent {
OnCodecList {
codecs: Vec<CodecDescription>,
},
}
Variants§
OnCodecList
Fields
§
codecs: Vec<CodecDescription>
Implementations§
Source§impl CodecFactoryEvent
impl CodecFactoryEvent
pub fn into_on_codec_list(self) -> Option<Vec<CodecDescription>>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CodecFactoryEvent
impl RefUnwindSafe for CodecFactoryEvent
impl Send for CodecFactoryEvent
impl Sync for CodecFactoryEvent
impl Unpin for CodecFactoryEvent
impl UnwindSafe for CodecFactoryEvent
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