pub struct LinkCtx<'a> {
pub view: &'a dyn EngineView,
pub link: LinkRef,
pub row_keys: Cow<'a, [String]>,
pub row_identity_policies: RowIdentityPolicies,
pub node_identity: Option<Cow<'a, NodeIdentity>>,
pub artifact_cache: &'a ArtifactDecodeCache,
}Fields§
§view: &'a dyn EngineView§link: LinkRef§row_keys: Cow<'a, [String]>§row_identity_policies: RowIdentityPolicies§node_identity: Option<Cow<'a, NodeIdentity>>§artifact_cache: &'a ArtifactDecodeCacheAuto Trait Implementations§
impl<'a> Freeze for LinkCtx<'a>
impl<'a> !RefUnwindSafe for LinkCtx<'a>
impl<'a> !Send for LinkCtx<'a>
impl<'a> !Sync for LinkCtx<'a>
impl<'a> Unpin for LinkCtx<'a>
impl<'a> UnsafeUnpin for LinkCtx<'a>
impl<'a> !UnwindSafe for LinkCtx<'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