pub struct PlanInput {
pub link: Vec<LinkRequest>,
pub restore: Vec<RestoreRequest>,
}
Expand description
Input for planning. Combine link and restore requests into a plan.
Fields§
§link: Vec<LinkRequest>
§restore: Vec<RestoreRequest>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PlanInput
impl RefUnwindSafe for PlanInput
impl Send for PlanInput
impl Sync for PlanInput
impl Unpin for PlanInput
impl UnwindSafe for PlanInput
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