pub struct RefreshInitial;Expand description
Marker for the initial state of RefreshMaterializedView
Trait Implementations§
Source§impl Clone for RefreshInitial
impl Clone for RefreshInitial
impl Copy for RefreshInitial
Source§impl Debug for RefreshInitial
impl Debug 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