pub enum StreamingMode {
Auto,
Enabled,
Disabled,
}Variants§
Trait Implementations§
Source§impl Clone for StreamingMode
impl Clone for StreamingMode
Source§fn clone(&self) -> StreamingMode
fn clone(&self) -> StreamingMode
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 StreamingMode
impl Debug for StreamingMode
Source§impl Default for StreamingMode
impl Default for StreamingMode
Source§fn default() -> StreamingMode
fn default() -> StreamingMode
Returns the “default value” for a type. Read more
Source§impl PartialEq for StreamingMode
impl PartialEq for StreamingMode
impl Copy for StreamingMode
impl Eq for StreamingMode
impl StructuralPartialEq for StreamingMode
Auto Trait Implementations§
impl Freeze for StreamingMode
impl RefUnwindSafe for StreamingMode
impl Send for StreamingMode
impl Sync for StreamingMode
impl Unpin for StreamingMode
impl UnwindSafe for StreamingMode
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