pub struct RefreshConcurrently;Expand description
Marker for the state after CONCURRENTLY is set
Trait Implementations§
Source§impl Clone for RefreshConcurrently
impl Clone for RefreshConcurrently
Source§fn clone(&self) -> RefreshConcurrently
fn clone(&self) -> RefreshConcurrently
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 RefreshConcurrently
impl Debug for RefreshConcurrently
Source§impl Default for RefreshConcurrently
impl Default for RefreshConcurrently
Source§fn default() -> RefreshConcurrently
fn default() -> RefreshConcurrently
Returns the “default value” for a type. Read more
impl Copy for RefreshConcurrently
Auto Trait Implementations§
impl Freeze for RefreshConcurrently
impl RefUnwindSafe for RefreshConcurrently
impl Send for RefreshConcurrently
impl Sync for RefreshConcurrently
impl Unpin for RefreshConcurrently
impl UnwindSafe for RefreshConcurrently
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