pub struct StateRebuildOptions {
pub registry: Registry,
pub fallback_plan_id: Option<String>,
}Expand description
Inputs that cannot be recovered from events.jsonl alone.
Fields§
§registry: Registry§fallback_plan_id: Option<String>Implementations§
Trait Implementations§
Source§impl Clone for StateRebuildOptions
impl Clone for StateRebuildOptions
Source§fn clone(&self) -> StateRebuildOptions
fn clone(&self) -> StateRebuildOptions
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 moreAuto Trait Implementations§
impl Freeze for StateRebuildOptions
impl RefUnwindSafe for StateRebuildOptions
impl Send for StateRebuildOptions
impl Sync for StateRebuildOptions
impl Unpin for StateRebuildOptions
impl UnsafeUnpin for StateRebuildOptions
impl UnwindSafe for StateRebuildOptions
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