Enum cog_task::resource::stream::StreamMode
source · pub enum StreamMode {
Query,
Normal,
Muted,
SansIntTrigger,
WithExtTrigger(PathBuf),
}Variants
Query
Normal
Muted
SansIntTrigger
WithExtTrigger(PathBuf)
Trait Implementations
sourceimpl Clone for StreamMode
impl Clone for StreamMode
sourcefn clone(&self) -> StreamMode
fn clone(&self) -> StreamMode
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations
impl RefUnwindSafe for StreamMode
impl Send for StreamMode
impl Sync for StreamMode
impl Unpin for StreamMode
impl UnwindSafe for StreamMode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more