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