pub struct NodeReconstructionData<C> {
pub context: C,
pub parameters: Parameters,
}Fields§
§context: C§parameters: ParametersImplementations§
Source§impl<C> NodeReconstructionData<C>
impl<C> NodeReconstructionData<C>
Sourcepub fn builder() -> NodeReconstructionDataBuilder<C>
pub fn builder() -> NodeReconstructionDataBuilder<C>
Create an instance of NodeReconstructionData using the builder syntax
Trait Implementations§
Auto Trait Implementations§
impl<C> Freeze for NodeReconstructionData<C>where
C: Freeze,
impl<C> RefUnwindSafe for NodeReconstructionData<C>where
C: RefUnwindSafe,
impl<C> Send for NodeReconstructionData<C>where
C: Send,
impl<C> Sync for NodeReconstructionData<C>where
C: Sync,
impl<C> Unpin for NodeReconstructionData<C>where
C: Unpin,
impl<C> UnsafeUnpin for NodeReconstructionData<C>where
C: UnsafeUnpin,
impl<C> UnwindSafe for NodeReconstructionData<C>where
C: UnwindSafe,
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