pub enum BurstState {
Calm,
Bursting {
since: InstantMillis,
},
}Variants§
Trait Implementations§
Source§impl Clone for BurstState
impl Clone for BurstState
Source§fn clone(&self) -> BurstState
fn clone(&self) -> BurstState
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for BurstState
Source§impl Debug for BurstState
impl Debug for BurstState
impl Eq for BurstState
Source§impl PartialEq for BurstState
impl PartialEq for BurstState
impl StructuralPartialEq for BurstState
Auto Trait Implementations§
impl Freeze for BurstState
impl RefUnwindSafe for BurstState
impl Send for BurstState
impl Sync for BurstState
impl Unpin for BurstState
impl UnsafeUnpin for BurstState
impl UnwindSafe for BurstState
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