pub enum AutoStreamReset {
Earliest,
Latest,
}
Expand description
Where to start streaming from.
Variantsยง
Trait Implementationsยง
Sourceยงimpl Clone for AutoStreamReset
impl Clone for AutoStreamReset
Sourceยงfn clone(&self) -> AutoStreamReset
fn clone(&self) -> AutoStreamReset
Returns a copy 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 AutoStreamReset
impl Debug for AutoStreamReset
Sourceยงimpl PartialEq for AutoStreamReset
impl PartialEq for AutoStreamReset
impl Copy for AutoStreamReset
impl Eq for AutoStreamReset
impl StructuralPartialEq for AutoStreamReset
Auto Trait Implementationsยง
impl Freeze for AutoStreamReset
impl RefUnwindSafe for AutoStreamReset
impl Send for AutoStreamReset
impl Sync for AutoStreamReset
impl Unpin for AutoStreamReset
impl UnwindSafe for AutoStreamReset
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