#[repr(i32)]pub enum EStreamControllerConfigMsg {
RequestConfigsForApp = 0,
ConfigResponse = 1,
PersonalizationResponse = 2,
ActiveConfigChange = 3,
RequestActiveConfig = 4,
}Variants§
RequestConfigsForApp = 0
ConfigResponse = 1
PersonalizationResponse = 2
ActiveConfigChange = 3
RequestActiveConfig = 4
Implementations§
Trait Implementations§
Source§impl Clone for EStreamControllerConfigMsg
impl Clone for EStreamControllerConfigMsg
Source§fn clone(&self) -> EStreamControllerConfigMsg
fn clone(&self) -> EStreamControllerConfigMsg
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EStreamControllerConfigMsg
impl Debug for EStreamControllerConfigMsg
Source§impl Hash for EStreamControllerConfigMsg
impl Hash for EStreamControllerConfigMsg
impl Copy for EStreamControllerConfigMsg
impl Eq for EStreamControllerConfigMsg
impl StructuralPartialEq for EStreamControllerConfigMsg
Auto Trait Implementations§
impl Freeze for EStreamControllerConfigMsg
impl RefUnwindSafe for EStreamControllerConfigMsg
impl Send for EStreamControllerConfigMsg
impl Sync for EStreamControllerConfigMsg
impl Unpin for EStreamControllerConfigMsg
impl UnsafeUnpin for EStreamControllerConfigMsg
impl UnwindSafe for EStreamControllerConfigMsg
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