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