pub enum AutoRefresh {
Paused,
Enabled,
}Variants§
Implementations§
Source§impl AutoRefresh
impl AutoRefresh
Trait Implementations§
Source§impl Clone for AutoRefresh
impl Clone for AutoRefresh
Source§fn clone(&self) -> AutoRefresh
fn clone(&self) -> AutoRefresh
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 AutoRefresh
impl Debug for AutoRefresh
Source§impl PartialEq for AutoRefresh
impl PartialEq for AutoRefresh
impl Copy for AutoRefresh
impl StructuralPartialEq for AutoRefresh
Auto Trait Implementations§
impl Freeze for AutoRefresh
impl RefUnwindSafe for AutoRefresh
impl Send for AutoRefresh
impl Sync for AutoRefresh
impl Unpin for AutoRefresh
impl UnwindSafe for AutoRefresh
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