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