pub struct EvidenceLaneInventory {
pub lane: EvidenceLane,
pub owner: &'static str,
pub canonical_projection: &'static str,
}Expand description
Existing owner and canonical projection for an evidence lane.
Fields§
§lane: EvidenceLaneStable lane.
owner: &'static strCrate or product contract that owns the typed source record.
canonical_projection: &'static strSemantic projection used by a future capture.
Trait Implementations§
Source§impl Clone for EvidenceLaneInventory
impl Clone for EvidenceLaneInventory
Source§fn clone(&self) -> EvidenceLaneInventory
fn clone(&self) -> EvidenceLaneInventory
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for EvidenceLaneInventory
Source§impl Debug for EvidenceLaneInventory
impl Debug for EvidenceLaneInventory
impl Eq for EvidenceLaneInventory
Source§impl PartialEq for EvidenceLaneInventory
impl PartialEq for EvidenceLaneInventory
impl StructuralPartialEq for EvidenceLaneInventory
Auto Trait Implementations§
impl Freeze for EvidenceLaneInventory
impl RefUnwindSafe for EvidenceLaneInventory
impl Send for EvidenceLaneInventory
impl Sync for EvidenceLaneInventory
impl Unpin for EvidenceLaneInventory
impl UnsafeUnpin for EvidenceLaneInventory
impl UnwindSafe for EvidenceLaneInventory
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.