pub struct PlanInput<'a> {
pub remote: &'a SchemaSet,
pub local: &'a SchemaSet,
}Expand description
Input to build_plan: identifies which side is remote and which is local.
Fields§
§remote: &'a SchemaSet§local: &'a SchemaSetAuto Trait Implementations§
impl<'a> Freeze for PlanInput<'a>
impl<'a> RefUnwindSafe for PlanInput<'a>
impl<'a> Send for PlanInput<'a>
impl<'a> Sync for PlanInput<'a>
impl<'a> Unpin for PlanInput<'a>
impl<'a> UnsafeUnpin for PlanInput<'a>
impl<'a> UnwindSafe for PlanInput<'a>
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